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:
parent
0364f28107
commit
892384b4c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153182
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user