svn commit: r368513 - in head/lang: php5 php55

Alex Dupre ale at FreeBSD.org
Thu Sep 18 19:49:27 UTC 2014


Author: ale
Date: Thu Sep 18 19:49:26 2014
New Revision: 368513
URL: http://svnweb.freebsd.org/changeset/ports/368513
QAT: https://qat.redports.org/buildarchive/r368513/

Log:
  Fix build on 8.x and 9.x.

Modified:
  head/lang/php5/Makefile
  head/lang/php55/Makefile

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Thu Sep 18 19:40:36 2014	(r368512)
+++ head/lang/php5/Makefile	Thu Sep 18 19:49:26 2014	(r368513)
@@ -142,6 +142,7 @@ CONFIGURE_ARGS+=--with-zend-vm=GOTO
 
 CONFIGURE_ENV+=	ac_cv_pthreads_lib="" \
 		ac_cv_pthreads_cflags="" \
+		ac_cv_decimal_fp_supported="no" \
 		pthreads_working="yes" \
 		lt_cv_path_SED="sed"
 

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Thu Sep 18 19:40:36 2014	(r368512)
+++ head/lang/php55/Makefile	Thu Sep 18 19:49:26 2014	(r368513)
@@ -142,6 +142,7 @@ CONFIGURE_ARGS+=--with-zend-vm=GOTO
 
 CONFIGURE_ENV+=	ac_cv_pthreads_lib="" \
 		ac_cv_pthreads_cflags="" \
+		ac_cv_decimal_fp_supported="no" \
 		pthreads_working="yes" \
 		lt_cv_path_SED="sed"
 


More information about the svn-ports-head mailing list