1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Broken on FreeBSD < 5.3 because of missing truncf().

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2006-01-10 10:42:24 +00:00
parent 0364f28107
commit 892384b4c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153182

View File

@ -73,9 +73,10 @@ CONFIGURE_ARGS+= --enable-cpu=jitc_x86
CONFIGURE_ARGS+= --enable-cpu=generic
.endif
.if ${OSVERSION} < 500000
USE_GCC= 3.4
CFLAGS+= -DFREEBSD_MB_SUPPORT
.if ${OSVERSION} < 503001
#USE_GCC= 3.4
#CFLAGS+= -DFREEBSD_MB_SUPPORT
BROKEN= "Missing truncf()"
.endif
pre-everything::