From c2e624c376027cbc3b912e8bb70fc0f90bd76bcd Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 16 Jun 2015 23:00:02 +0000 Subject: - Mark BROKEN on < 10.x amd64: ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope MFH: 2015Q2 --- emulators/pearpc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 168a0bf4421a..c7f12121b825 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -16,7 +16,7 @@ USES= tar:bzip2 USE_XORG= x11 GNU_CONFIGURE= yes -BROKEN_ia64= Internal compiler error on ia64 +BROKEN_ia64= internal compiler error on ia64 PORTEXAMPLES= ppccfg.example PLIST_FILES= bin/ppc man/man1/ppc.1.gz %%DATADIR%%/video.x @@ -38,6 +38,10 @@ USE_GCC= yes CONFIGURE_ARGS+= --enable-cpu=generic .endif +.if ${ARCH} == "amd64" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= does not build on FreeBSD < 10.x amd64 +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|-O3|| ; \ -- cgit