diff options
author | nox <nox@FreeBSD.org> | 2007-10-22 04:00:25 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-10-22 04:00:25 +0800 |
commit | abf7adf1131b85ab6f14c43d831a46a001e05d83 (patch) | |
tree | 0f0c2f3ce495574767f281b3c624a622c955abde /editors/f4l/Makefile | |
parent | 1ceb7a517a2959f7055cfa74d0c4673c775bd328 (diff) | |
download | freebsd-ports-gnome-abf7adf1131b85ab6f14c43d831a46a001e05d83.tar.gz freebsd-ports-gnome-abf7adf1131b85ab6f14c43d831a46a001e05d83.tar.zst freebsd-ports-gnome-abf7adf1131b85ab6f14c43d831a46a001e05d83.zip |
Fix build with GCC 4.2
Approved by: shaun (maintainer, via irc)
Diffstat (limited to 'editors/f4l/Makefile')
-rw-r--r-- | editors/f4l/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/f4l/Makefile b/editors/f4l/Makefile index ae511ca4559c..f0a1807182a5 100644 --- a/editors/f4l/Makefile +++ b/editors/f4l/Makefile @@ -26,12 +26,6 @@ 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 |