pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap-php



Module Name:    pkgsrc
Committed By:   manu
Date:           Fri Jul 27 07:08:09 UTC 2018

Modified Files:
        pkgsrc/www/ap-php: Makefile

Log Message:
Roll back GCC_REQD build failure workaround

A better fix has been commites:
https://mail-index.netbsd.org/pkgsrc-changes/2018/07/16/msg178322.html


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/ap-php/Makefile

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

Modified files:

Index: pkgsrc/www/ap-php/Makefile
diff -u pkgsrc/www/ap-php/Makefile:1.42 pkgsrc/www/ap-php/Makefile:1.43
--- pkgsrc/www/ap-php/Makefile:1.42     Thu Jul 26 12:39:19 2018
+++ pkgsrc/www/ap-php/Makefile  Fri Jul 27 07:08:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/07/26 12:39:19 manu Exp $
+# $NetBSD: Makefile,v 1.43 2018/07/27 07:08:09 manu Exp $
 
 PKGNAME=               ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
 COMMENT=               Apache (${PKG_APACHE}) module for ${PKG_PHP}
@@ -7,8 +7,6 @@ CONFLICTS=              ap-php-[0-9]*
 
 USE_TOOLS+=            lex pkg-config
 
-GCC_REQD+=             6.2
-
 APACHE_MODULE=         YES
 
 FORTIFY_SUPPORTED=     no



Home | Main Index | Thread Index | Old Index