diff options
author | arved <arved@FreeBSD.org> | 2004-02-11 23:51:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-11 23:51:46 +0800 |
commit | 0fed9d413c1794d28b405a93a7d65e32c5c8a971 (patch) | |
tree | b7629ea3d44314fa442fb731811fdbd9feda90d7 /astro | |
parent | 7b8d261fd848c301d38f11d01c529cf7f7b85a62 (diff) | |
download | freebsd-ports-gnome-0fed9d413c1794d28b405a93a7d65e32c5c8a971.tar.gz freebsd-ports-gnome-0fed9d413c1794d28b405a93a7d65e32c5c8a971.tar.zst freebsd-ports-gnome-0fed9d413c1794d28b405a93a7d65e32c5c8a971.zip |
USE_GCC 3.3, because it builds fine with CURRENTS system compiler and
gcc 3.2 is currently broken
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 5e8c0398d929..81c37819041d 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ netpbm.1:${PORTSDIR}/graphics/netpbm USE_X_PREFIX= yes -USE_GCC= 3.2 +USE_GCC= 3.3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-map-extension=jpg --with-freetype --with-gif \ --with-png --with-pnm --with-tiff |