diff options
author | ale <ale@FreeBSD.org> | 2014-09-19 03:49:26 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-09-19 03:49:26 +0800 |
commit | d1c4a99ba5933ffb70f45c12d6f50c93c3102fd0 (patch) | |
tree | c8d4ee862c340f73e483519a040366da0586685c /lang/php55 | |
parent | c0d7db7031be20ca078e596b45ef32689fd4b01c (diff) | |
download | freebsd-ports-gnome-d1c4a99ba5933ffb70f45c12d6f50c93c3102fd0.tar.gz freebsd-ports-gnome-d1c4a99ba5933ffb70f45c12d6f50c93c3102fd0.tar.zst freebsd-ports-gnome-d1c4a99ba5933ffb70f45c12d6f50c93c3102fd0.zip |
Fix build on 8.x and 9.x.
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 88a3d2c9d06f..9b30650401b7 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -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" |