aboutsummaryrefslogtreecommitdiff
path: root/converters/mimelib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 08:57:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 08:57:33 +0000
commitc4ea5bb42d7c5942ba23dcb18d4afda5e3bf0b77 (patch)
tree4480ea7f6d5cb89fb836dccd642609aa46fc0ec2 /converters/mimelib
parent46379650e8886d675116604b7dbf4f261adeede5 (diff)
downloadports-c4ea5bb42d7c5942ba23dcb18d4afda5e3bf0b77.tar.gz
ports-c4ea5bb42d7c5942ba23dcb18d4afda5e3bf0b77.zip
Mark as broken with gcc4.2. While here, pet portlint.
Notes
Notes: svn path=/head/; revision=200620
Diffstat (limited to 'converters/mimelib')
-rw-r--r--converters/mimelib/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/converters/mimelib/Makefile b/converters/mimelib/Makefile
index 79b4ec937383..8b0fe4137c26 100644
--- a/converters/mimelib/Makefile
+++ b/converters/mimelib/Makefile
@@ -19,6 +19,12 @@ CONFLICTS= kdenetwork-3.1.*
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
-.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>