diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-03 14:20:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-03 14:20:44 +0800 |
commit | ec674d77dcc523c8702a28b4bd4aab5146111209 (patch) | |
tree | c23a7599905fbdb54eb2a6089939298115f96e5c | |
parent | 21f15241be4c4c1b25bdc3b3e61265373af943d6 (diff) | |
download | freebsd-ports-gnome-ec674d77dcc523c8702a28b4bd4aab5146111209.tar.gz freebsd-ports-gnome-ec674d77dcc523c8702a28b4bd4aab5146111209.tar.zst freebsd-ports-gnome-ec674d77dcc523c8702a28b4bd4aab5146111209.zip |
Add USE_NEWGCC=yes.
I really think that support for 3-STABLE is depreciated, but as long as it is
not officially declared yet and somebody cares enough to fill a PR I did that.
PR: 20362
Submitted by: Vivek Khera <khera@kciLink.com>
-rw-r--r-- | www/galeon/Makefile | 1 | ||||
-rw-r--r-- | www/galeon2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 8288f7f83028..1421a2922cd8 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ mozilla:${PORTSDIR}/www/mozilla USE_X_PREFIX= yes +USE_NEWGCC= yes GNU_CONFIGURE= yes GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 8288f7f83028..1421a2922cd8 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ mozilla:${PORTSDIR}/www/mozilla USE_X_PREFIX= yes +USE_NEWGCC= yes GNU_CONFIGURE= yes GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |