diff options
author | pav <pav@FreeBSD.org> | 2012-05-23 05:00:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-23 05:00:53 +0800 |
commit | 8f8a8043cd7ae061975a273b559e6f6ca38841c1 (patch) | |
tree | c599cf5f88e1526812cfefeb9dbce2f31f6b0c9e | |
parent | a911fa515cc98615cf66c5ca466a3075a8fbc485 (diff) | |
download | freebsd-ports-gnome-8f8a8043cd7ae061975a273b559e6f6ca38841c1.tar.gz freebsd-ports-gnome-8f8a8043cd7ae061975a273b559e6f6ca38841c1.tar.zst freebsd-ports-gnome-8f8a8043cd7ae061975a273b559e6f6ca38841c1.zip |
- Mark BROKEN: does not compile
php5/xapian_wrap.cc: In function 'void* SWIG_ZTS_ConvertResourcePtr(zval*, swig_type_info*, int)':
php5/xapian_wrap.cc:863: error: invalid conversion from 'const char*' to 'char*'
Reported by: pointyhat
-rw-r--r-- | databases/xapian-bindings10/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/xapian-bindings10/Makefile b/databases/xapian-bindings10/Makefile index 10cc5c691b3f..6be860542eec 100644 --- a/databases/xapian-bindings10/Makefile +++ b/databases/xapian-bindings10/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-php PLIST_SUB+= BINDING_PHP="@comment " .else +BROKEN= does not compile CONFIGURE_ARGS+= --with-php CONFIGURE_ENV+= PHP_CONFIG="${LOCALBASE}/bin/php-config" PLIST_SUB+= BINDING_PHP="" |