diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-16 14:39:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-16 14:39:11 +0800 |
commit | cd744d748db6b4b511043c8cccf21558bbcd2566 (patch) | |
tree | d8beb2f6222b715dcf9e655b73c5be89ced412cf /Templates | |
parent | 7fc40a52226c093b52c4279f754847bdc5bd647d (diff) | |
download | freebsd-ports-gnome-cd744d748db6b4b511043c8cccf21558bbcd2566.tar.gz freebsd-ports-gnome-cd744d748db6b4b511043c8cccf21558bbcd2566.tar.zst freebsd-ports-gnome-cd744d748db6b4b511043c8cccf21558bbcd2566.zip |
Do not autodetect floor(3), it breaks some ports
With hat: portmgr
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/config.site | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Templates/config.site b/Templates/config.site index d4a83e626cec..d1f6d6af55d4 100644 --- a/Templates/config.site +++ b/Templates/config.site @@ -302,7 +302,6 @@ : ${ac_cv_func_ffsl=yes} : ${ac_cv_func_ffsll=yes} : ${ac_cv_func_fileno=yes} -: ${ac_cv_func_floor=yes} : ${ac_cv_func_fls=yes} : ${ac_cv_func_flsl=yes} : ${ac_cv_func_flsll=yes} |