diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-04-12 03:14:24 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-04-12 03:14:24 +0000 |
commit | 732977fa851173087bad442123c927579ee46c50 (patch) | |
tree | bddcbf718992d77164ca9aa28409c87ddddd37f7 /www | |
parent | 48d4286ea3a9ae78371bc7c364d646491260afd7 (diff) | |
download | FreeBSD-ports-732977fa851173087bad442123c927579ee46c50.zip FreeBSD-ports-732977fa851173087bad442123c927579ee46c50.tar.gz |
fix build on -stable by using gcc 3.3
Noticed by: bento via kris
Diffstat (limited to 'www')
-rw-r--r-- | www/openvrml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 85202fa..5ce56f6 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -26,6 +26,7 @@ USE_GL= yes USE_MESA= yes USE_X_PREFIX= yes USE_GNOME= gnomehack +USE_GCC= 3.3 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext" \ |