Package: php-svn Version: 0.5.0-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, your package FTBFS (at least) on GNU/kFreeBSD because one of your source file tries to use stuff from a header that isn't included. The attached patch fixes this issue. Thanks for considering. Mraw, KiBi.
--- a/php_svn.h +++ b/php_svn.h @@ -41,6 +41,7 @@ extern zend_module_entry svn_module_entr #endif #include "svn_client.h" +#include "svn_props.h" PHP_MINIT_FUNCTION(svn); PHP_MSHUTDOWN_FUNCTION(svn);