diff options
author | pav <pav@FreeBSD.org> | 2007-12-26 04:18:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-26 04:18:43 +0800 |
commit | 97df8dfd2015113313d28712e6117e8d100db402 (patch) | |
tree | 4e91d452532763564b3e70277a6695e3c39d4ee6 /net | |
parent | e43cb94fec2e44621d57c8f770810bef53a22732 (diff) | |
download | freebsd-ports-gnome-97df8dfd2015113313d28712e6117e8d100db402.tar.gz freebsd-ports-gnome-97df8dfd2015113313d28712e6117e8d100db402.tar.zst freebsd-ports-gnome-97df8dfd2015113313d28712e6117e8d100db402.zip |
- BROKEN across the board
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r-- | net/ns/Makefile | 2 | ||||
-rw-r--r-- | net/ns2/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 307859707a47..5a04a7d1a16b 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -32,10 +32,8 @@ ALL_TARGET= .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \ diff --git a/net/ns2/Makefile b/net/ns2/Makefile index 307859707a47..5a04a7d1a16b 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -32,10 +32,8 @@ ALL_TARGET= .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \ |