diff options
author | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
commit | 057971c152a484648da5936e2abf430699f07815 (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /emulators/gem5 | |
parent | c743bcc36550fe214c3826e524078d4459e8cb90 (diff) | |
download | freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.gz freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.zst freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.zip |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Diffstat (limited to 'emulators/gem5')
-rw-r--r-- | emulators/gem5/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/gem5/Makefile b/emulators/gem5/Makefile index 4c032be03739..41eb3911f4d1 100644 --- a/emulators/gem5/Makefile +++ b/emulators/gem5/Makefile @@ -23,10 +23,6 @@ USES= gmake .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -IGNORE= does not support FreeBSD versions < 10.0 -.endif - post-patch: @${REINPLACE_CMD} -e 's|sys/termios.h|termios.h|' \ ${WRKSRC}/src/base/vnc/vncserver.cc \ |