pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/php-intl



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri May  5 08:23:01 UTC 2017

Modified Files:
        pkgsrc/textproc/php-intl: Makefile

Log Message:
php-intl: help CentOS6 builds by requiring a GCC that recognises -std=c++11


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/php-intl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-intl/Makefile
diff -u pkgsrc/textproc/php-intl/Makefile:1.29 pkgsrc/textproc/php-intl/Makefile:1.30
--- pkgsrc/textproc/php-intl/Makefile:1.29      Wed May  3 08:38:45 2017
+++ pkgsrc/textproc/php-intl/Makefile   Fri May  5 08:23:01 2017
@@ -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_LANGUAGES=                c c++11
 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