pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/php-intl php-intl: help CentOS6 builds by req...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0320a84a5ccc
branches: trunk
changeset: 362118:0320a84a5ccc
user: maya <maya%pkgsrc.org@localhost>
date: Fri May 05 08:23:01 2017 +0000
description:
php-intl: help CentOS6 builds by requiring a GCC that recognises -std=c++11
diffstat:
textproc/php-intl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1258b5a6daeb -r 0320a84a5ccc textproc/php-intl/Makefile
--- a/textproc/php-intl/Makefile Fri May 05 07:34:06 2017 +0000
+++ b/textproc/php-intl/Makefile Fri May 05 08:23:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/05/03 08:38:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2017/05/05 08:23:01 maya Exp $
MODNAME= intl
CATEGORIES+= textproc
@@ -10,6 +10,8 @@
USE_PHP_EXT_PATCHES= yes
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+GCC_REQD+= 4.7 # minimum for -std=c++11
+
.include "../../lang/php/ext.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index