diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 13:50:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 13:50:10 +0800 |
commit | 00cde39b18a4b33ff7edf4a89018972695ec8f9d (patch) | |
tree | 214a7640cf2160654f1377d65be07e1ebda44eda /editors/f4l | |
parent | ab40a2a7b1b703cb19249991e0c85814fff58881 (diff) | |
download | freebsd-ports-gnome-00cde39b18a4b33ff7edf4a89018972695ec8f9d.tar.gz freebsd-ports-gnome-00cde39b18a4b33ff7edf4a89018972695ec8f9d.tar.zst freebsd-ports-gnome-00cde39b18a4b33ff7edf4a89018972695ec8f9d.zip |
Mark as broken with gcc4.2 on 64-bit archs.
Diffstat (limited to 'editors/f4l')
-rw-r--r-- | editors/f4l/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/f4l/Makefile b/editors/f4l/Makefile index f0a1807182a5..ae511ca4559c 100644 --- a/editors/f4l/Makefile +++ b/editors/f4l/Makefile @@ -26,6 +26,12 @@ PLIST_FILES= bin/${PORTNAME} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake |