diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-03 08:38:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-03 08:38:38 +0000 |
commit | ca7c86855e9536834aeadcc2cb1bc8436ae6ee16 (patch) | |
tree | 2fa540b3172e66294abe7de0bde1aa824c38da93 /textproc/php-intl | |
parent | 3ef956f123a6b414874b463757ad4273afe87371 (diff) | |
download | pkgsrc-ca7c86855e9536834aeadcc2cb1bc8436ae6ee16.tar.gz |
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'textproc/php-intl')
-rw-r--r-- | textproc/php-intl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/php-intl/Makefile b/textproc/php-intl/Makefile index e87d664ef67..418d6e30e4f 100644 --- a/textproc/php-intl/Makefile +++ b/textproc/php-intl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/04/30 22:49:54 maya Exp $ +# $NetBSD: Makefile,v 1.29 2017/05/03 08:38:45 jperkin Exp $ MODNAME= intl CATEGORIES+= textproc @@ -6,8 +6,7 @@ COMMENT= PHP extension for i18n PKGREVISION= 1 LICENSE= php -CXXFLAGS+= -std=c++11 -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_PHP_EXT_PATCHES= yes CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} |