[Midnightbsd-cvs] mports [22325] trunk/lang/php70/Makefile: use gcc 4.8+ to compile php 7 due to some compatibility issues with MidnightBSD 0.8 clang compiler.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Feb 22 18:09:52 EST 2017
Revision: 22325
http://svnweb.midnightbsd.org/mports/?rev=22325
Author: laffer1
Date: 2017-02-22 18:09:51 -0500 (Wed, 22 Feb 2017)
Log Message:
-----------
use gcc 4.8+ to compile php 7 due to some compatibility issues with MidnightBSD 0.8 clang compiler.
Modified Paths:
--------------
trunk/lang/php70/Makefile
Modified: trunk/lang/php70/Makefile
===================================================================
--- trunk/lang/php70/Makefile 2017-02-22 22:53:40 UTC (rev 22324)
+++ trunk/lang/php70/Makefile 2017-02-22 23:09:51 UTC (rev 22325)
@@ -15,6 +15,7 @@
LICENSE= php
USES+= tar:xz cpe
+USE_GCC= 4.8+
CPE_PRODUCT= php
NO_OPTIONS_SORT=yes
.if !defined(PKGNAMESUFFIX)
More information about the Midnightbsd-cvs
mailing list