summaryrefslogtreecommitdiff
path: root/lang/php71/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php71/Makefile')
-rw-r--r--lang/php71/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/php71/Makefile b/lang/php71/Makefile
index 530055ed1d7..3da0d2ec149 100644
--- a/lang/php71/Makefile
+++ b/lang/php71/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/05/03 11:48:15 maya Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/20 07:24:08 manu Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -18,12 +18,6 @@ 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