diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /emulators/pearpc | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) | |
download | ports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip |
Notes
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 27fc18b3c591..151284140e68 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -38,10 +38,6 @@ 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|| ; \ |