aboutsummaryrefslogtreecommitdiff
path: root/emulators/pearpc
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-01-10 10:42:24 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-01-10 10:42:24 +0000
commit892384b4c219afd55d2519cc371d63b63ddd9800 (patch)
treec98b3642a08938efd97daa765e380b23bc3f27f7 /emulators/pearpc
parent0364f28107f83c6bfaabfa4821e45a2baacae221 (diff)
downloadports-892384b4c219afd55d2519cc371d63b63ddd9800.tar.gz
ports-892384b4c219afd55d2519cc371d63b63ddd9800.zip
Notes
Diffstat (limited to 'emulators/pearpc')
-rw-r--r--emulators/pearpc/Makefile7
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::