aboutsummaryrefslogtreecommitdiff
path: root/databases/php-xapian
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-18 09:28:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-18 09:28:34 +0000
commit2f0d68299c6f70641ef9b876c2da331dab29c3e3 (patch)
tree040699a97edeff87d68a4edca73b4152317159b5 /databases/php-xapian
parent26172f8e4c47bc6d5fc8c98bbcebcf1d6946d4e7 (diff)
downloadports-2f0d68299c6f70641ef9b876c2da331dab29c3e3.tar.gz
ports-2f0d68299c6f70641ef9b876c2da331dab29c3e3.zip
Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64. Tested for no effect on amd64. While here, pet portlint. Approved by: portgmr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=480003
Diffstat (limited to 'databases/php-xapian')
-rw-r--r--databases/php-xapian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile
index 286a03b2d285..0cb31f3c8dc2 100644
--- a/databases/php-xapian/Makefile
+++ b/databases/php-xapian/Makefile
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= libtool php:build tar:xz
+USES= compiler:c++11-lang libtool php:build tar:xz
PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR} PHP_MAJOR_VER=${PHP_VER:C|.$||}