summaryrefslogtreecommitdiff
path: root/lang/php70/Makefile.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php70/Makefile.php')
-rw-r--r--lang/php70/Makefile.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/php70/Makefile.php b/lang/php70/Makefile.php
index 5c444e3e765..3234bb5fa62 100644
--- a/lang/php70/Makefile.php
+++ b/lang/php70/Makefile.php
@@ -1,8 +1,13 @@
-# $NetBSD: Makefile.php,v 1.3 2017/04/05 12:28:59 fhajny Exp $
+# $NetBSD: Makefile.php,v 1.4 2017/06/20 07:24:08 manu Exp $
# used by lang/php70/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
+# PHP bug #74526 - segfaults on build with GCC 4.8.5 i386
+.if ${MACHINE_ARCH} == "i386"
+GCC_REQD+= 4.9
+.endif
+
.include "../../lang/php70/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/../../lang/php70/distinfo