From 4af0868db05dcd5641087181482e75893965cfad Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 2 Oct 2007 08:57:33 +0000 Subject: Mark as broken with gcc4.2. While here, pet portlint. --- converters/mimelib/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'converters') 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 +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include -- cgit