Date: Thu, 18 Sep 2014 19:49:26 +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: r368513 - in head/lang: php5 php55 Message-ID: <201409181949.s8IJnQg4023941@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181949.s8IJnQg4023941>