diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-10 10:42:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-10 10:42:24 +0000 |
commit | 892384b4c219afd55d2519cc371d63b63ddd9800 (patch) | |
tree | c98b3642a08938efd97daa765e380b23bc3f27f7 /emulators/pearpc | |
parent | 0364f28107f83c6bfaabfa4821e45a2baacae221 (diff) | |
download | ports-892384b4c219afd55d2519cc371d63b63ddd9800.tar.gz ports-892384b4c219afd55d2519cc371d63b63ddd9800.zip |
Notes
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index f54905b43ed9..512c51e5ac72 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -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:: |