aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 23:48:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 23:48:57 +0000
commit3b8781743641a9e9e36a8d4fde1d377d1e44f5be (patch)
treea6530e2881456c0626184815dff7d9ab9b0b50e3
parent82d0d0c06f34b5870fa7cabec10c1c004255f50d (diff)
downloadports-3b8781743641a9e9e36a8d4fde1d377d1e44f5be.tar.gz
ports-3b8781743641a9e9e36a8d4fde1d377d1e44f5be.zip
MFH: r389871
- Mark BROKEN on < 10.x amd64: ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q2/; revision=389889
-rw-r--r--emulators/pearpc/Makefile6
1 files changed, 5 insertions, 1 deletions
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|| ; \