diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-16 23:00:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-16 23:00:02 +0000 |
commit | 10bc2c3ab0195cf94d5ae0420376bfb3f8f30481 (patch) | |
tree | 5ecc8dfb98cc042b9cc8738f5994152ac7948d10 /emulators/pearpc | |
parent | 6313b742d8dfd5110f26e05c04062ab34382b80b (diff) | |
download | ports-10bc2c3ab0195cf94d5ae0420376bfb3f8f30481.tar.gz ports-10bc2c3ab0195cf94d5ae0420376bfb3f8f30481.zip |
Notes
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 6 |
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|| ; \ |