diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-06 17:04:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-06 17:04:06 +0800 |
commit | c057380a855bc2b532d409f529fe34fd9b5e9138 (patch) | |
tree | 334b75260d121d955982ed32c9c69ebde641f7ce /x11-toolkits | |
parent | e8e015dc414bcfb49e1d59c7d887089d7b71aff2 (diff) | |
download | freebsd-ports-gnome-c057380a855bc2b532d409f529fe34fd9b5e9138.tar.gz freebsd-ports-gnome-c057380a855bc2b532d409f529fe34fd9b5e9138.tar.zst freebsd-ports-gnome-c057380a855bc2b532d409f529fe34fd9b5e9138.zip |
Re-enable building with gcc4.2. Apparently patches were committed
after the last amd64-7 build.
I'm doing this one myself because I was the one that marked it broken.
PR: ports/117843
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3 dot ru>
Approved by: portmgr (self)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index c0279cfba51f..856f44e0cd11 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -50,12 +50,6 @@ MAN3= fltk.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - pre-everything:: .if !defined(WITH_THREADS) @${ECHO_MSG} "===> You can enable threads support by defining WITH_THREADS" |