pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php71



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed May  3 11:48:16 UTC 2017

Modified Files:
        pkgsrc/lang/php71: Makefile

Log Message:
php71: require a GCC version newer than the one in PHP bug #74527
on i386, re-fixing the build on i386 in a simpler way.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/php71/Makefile

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

Modified files:

Index: pkgsrc/lang/php71/Makefile
diff -u pkgsrc/lang/php71/Makefile:1.10 pkgsrc/lang/php71/Makefile:1.11
--- pkgsrc/lang/php71/Makefile:1.10     Fri Apr 14 15:43:26 2017
+++ pkgsrc/lang/php71/Makefile  Wed May  3 11:48:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/04/14 15:43:26 taca Exp $
+# $NetBSD: Makefile,v 1.11 2017/05/03 11:48:15 maya Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -18,6 +18,12 @@ PHP_CHECK_INSTALLED= No
 
 PHP_VERSIONS_ACCEPTED=         71
 
+# PHP bug #74526 - segfaults on build with GCC 4.8.5 i386
+.if ${MACHINE_ARCH} == "i386"
+GCC_REQD+=             4.9
+.endif
+
+
 .include "Makefile.php"
 
 CGIDIR=                        ${PREFIX}/libexec/cgi-bin



Home | Main Index | Thread Index | Old Index