diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 04:31:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 04:31:56 +0800 |
commit | 970b2d8ea278626135d54ff5a0603ceb0b5ddadb (patch) | |
tree | 32fa82d950e6e7bdbe542eee6245a3bd5edc03b1 /net | |
parent | 89b0a9c4826e6355f228361fe5af36f27d0c23c2 (diff) | |
download | freebsd-ports-gnome-970b2d8ea278626135d54ff5a0603ceb0b5ddadb.tar.gz freebsd-ports-gnome-970b2d8ea278626135d54ff5a0603ceb0b5ddadb.tar.zst freebsd-ports-gnome-970b2d8ea278626135d54ff5a0603ceb0b5ddadb.zip |
Mark as broken with gcc4.2. While here, pet portlint.
Diffstat (limited to 'net')
-rw-r--r-- | net/libtnl/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile index bb78ac4df78b..f775a7692b1b 100644 --- a/net/libtnl/Makefile +++ b/net/libtnl/Makefile @@ -16,7 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= A robust, secure, easy to use cross-platform C++ networking API WRKSRC= ${WRKDIR}/tnl/tnl -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 post-extract: @@ -25,4 +25,10 @@ post-extract: pre-install: ${MKDIR} ${PREFIX}/include/tnl -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |