diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-10-14 23:55:23 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-10-14 23:55:23 +0800 |
commit | f1047bb914d023d9506ef850f21f7b9290e3b651 (patch) | |
tree | 692a177795fbf2ca1fc3952b60006cf1e743bcd0 /cad/freehdl | |
parent | 03a5d809939f772c74e43fab23a4e8e48eac49a4 (diff) | |
download | freebsd-ports-gnome-f1047bb914d023d9506ef850f21f7b9290e3b651.tar.gz freebsd-ports-gnome-f1047bb914d023d9506ef850f21f7b9290e3b651.tar.zst freebsd-ports-gnome-f1047bb914d023d9506ef850f21f7b9290e3b651.zip |
- Unbroken, this port now builds successfuly on 7
PR: ports/117141
Submitted by: Dominic Fandrey <lon_kamikaze AT gmx.de> (maintainer)
Diffstat (limited to 'cad/freehdl')
-rw-r--r-- | cad/freehdl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 1cf70d7b65b7..227699c34645 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -59,10 +59,4 @@ plist: build | ${PLIST_REPL} >> ${PLIST} @${RM} -rf ${PLIST_TMP} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |