Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 15:24:21 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370446 - head/lang/php56
Message-ID:  <201410081524.s98FOLs9047248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Wed Oct  8 15:24:20 2014
New Revision: 370446
URL: https://svnweb.freebsd.org/changeset/ports/370446
QAT: https://qat.redports.org/buildarchive/r370446/

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

Modified:
  head/lang/php56/Makefile

Modified: head/lang/php56/Makefile
==============================================================================
--- head/lang/php56/Makefile	Wed Oct  8 15:11:16 2014	(r370445)
+++ head/lang/php56/Makefile	Wed Oct  8 15:24:20 2014	(r370446)
@@ -145,6 +145,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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410081524.s98FOLs9047248>