diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:50:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:50:10 +0000 |
commit | 4579d7107bc114af9dab1fc1e0f8007583dac076 (patch) | |
tree | da1953a90176565523c4bb042ac0839f10f1971a /editors/f4l | |
parent | 3b13ed569d85c125a52e8268632203e7e8051e5a (diff) |
Mark as broken with gcc4.2 on 64-bit archs.
Notes
Notes:
svn path=/head/; revision=200599
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 |