aboutsummaryrefslogtreecommitdiff
path: root/net/libtnl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 20:31:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 20:31:56 +0000
commit37123fa7800302112370da8dd10dd422873f47f2 (patch)
treef8282efc730a5c05c2212f4a1f2d85bdfa5cd406 /net/libtnl
parent4d5c2059ee13413abb9128ce1bcc09a6e0502e26 (diff)
downloadports-37123fa7800302112370da8dd10dd422873f47f2.tar.gz
ports-37123fa7800302112370da8dd10dd422873f47f2.zip
Mark as broken with gcc4.2. While here, pet portlint.
Notes
Notes: svn path=/head/; revision=200849
Diffstat (limited to 'net/libtnl')
-rw-r--r--net/libtnl/Makefile10
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>