diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-12 03:14:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-12 03:14:24 +0000 |
commit | f64a840634e73f817fc12851668097d2e12eb21d (patch) | |
tree | e4cafc1ebc7764785d77296ed13309db0cad0dc6 /www/openvrml | |
parent | 83087393de3151710e4c4158561ff92468d52d3f (diff) |
Notes
Diffstat (limited to 'www/openvrml')
-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 85202fa7ee50..5ce56f6aafaf 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" \ |