From 284f1ad8657648ee61ac6cdf94bae2f23c2c5569 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 4 Oct 2007 21:06:49 +0000 Subject: Mark broken with gcc4.2. While here, pet portlint. --- x11-toolkits/flu/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/flu/Makefile b/x11-toolkits/flu/Makefile index cc275ee7ad14..b32e329b4b39 100644 --- a/x11-toolkits/flu/Makefile +++ b/x11-toolkits/flu/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk USE_X_PREFIX= yes USE_GL= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --I=${X11BASE}/include --L=${X11BASE}/lib USE_GMAKE= yes @@ -40,4 +40,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include -- cgit