diff options
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 |