diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-25 20:18:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-25 20:18:43 +0000 |
commit | 62505f309898c4c46a7f8b52482da6a1343b7129 (patch) | |
tree | 8f21470bb8634fdebb2a042050c2661bda884554 /net/ns | |
parent | Update to bibtex2html 1.88. This brings the following changes: (diff) |
- BROKEN across the board
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=204534
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 2 |
1 files changed, 0 insertions, 2 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' \ |