diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 05:06:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 05:06:49 +0800 |
commit | 284f1ad8657648ee61ac6cdf94bae2f23c2c5569 (patch) | |
tree | b833849fa0a5543cabc9a57a1a13554a80adb368 | |
parent | adf6f380302c21074f60d4ab0b38304488819d60 (diff) | |
download | freebsd-ports-gnome-284f1ad8657648ee61ac6cdf94bae2f23c2c5569.tar.gz freebsd-ports-gnome-284f1ad8657648ee61ac6cdf94bae2f23c2c5569.tar.zst freebsd-ports-gnome-284f1ad8657648ee61ac6cdf94bae2f23c2c5569.zip |
Mark broken with gcc4.2. While here, pet portlint.
-rw-r--r-- | x11-toolkits/flu/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
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 <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> |