diff options
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 f54905b43ed..512c51e5ac7 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:: |