diff options
author | vs <vs@FreeBSD.org> | 2005-12-08 20:08:49 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-12-08 20:08:49 +0800 |
commit | fdb35c2f026d6d2e18fd9e0911316163245e9039 (patch) | |
tree | 5b55ec6edf20f42559001f7cc131d4534424b06c /graphics/corona/Makefile | |
parent | d64d3bd085683ad03091fbb45f1988c651e5063e (diff) | |
download | freebsd-ports-gnome-fdb35c2f026d6d2e18fd9e0911316163245e9039.tar.gz freebsd-ports-gnome-fdb35c2f026d6d2e18fd9e0911316163245e9039.tar.zst freebsd-ports-gnome-fdb35c2f026d6d2e18fd9e0911316163245e9039.zip |
Unbreak: USE_GCC=3.4+ on 4.x
Diffstat (limited to 'graphics/corona/Makefile')
-rw-r--r-- | graphics/corona/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/corona/Makefile b/graphics/corona/Makefile index c6ee44dbeb8c..427ac005112b 100644 --- a/graphics/corona/Makefile +++ b/graphics/corona/Makefile @@ -26,7 +26,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 500000 -BROKEN= "Bad C++ code" +USE_GCC= 3.4+ .endif CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |