aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 16:57:33 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 16:57:33 +0800
commit4af0868db05dcd5641087181482e75893965cfad (patch)
tree3408dd0da51f3452d98600036b3e7eb85069ca10 /converters
parentdcde2d392a44749975c9becfee8da6a1bc41324b (diff)
downloadfreebsd-ports-gnome-4af0868db05dcd5641087181482e75893965cfad.tar.gz
freebsd-ports-gnome-4af0868db05dcd5641087181482e75893965cfad.tar.zst
freebsd-ports-gnome-4af0868db05dcd5641087181482e75893965cfad.zip
Mark as broken with gcc4.2. While here, pet portlint.
Diffstat (limited to 'converters')
-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>