aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-05-23 05:00:53 +0800
committerpav <pav@FreeBSD.org>2012-05-23 05:00:53 +0800
commit8f8a8043cd7ae061975a273b559e6f6ca38841c1 (patch)
treec599cf5f88e1526812cfefeb9dbce2f31f6b0c9e
parenta911fa515cc98615cf66c5ca466a3075a8fbc485 (diff)
downloadfreebsd-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/Makefile1
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=""