diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-24 09:22:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-24 09:22:54 +0800 |
commit | 2b8801edffcf9c0274814db703f4eaea145a1940 (patch) | |
tree | 5c0e0c44e69d2ed408841945d22bbd9f955b41b3 /astro/xplanet | |
parent | a3cee10973bd642b6db40ffd39b6f1a79e2246c0 (diff) | |
download | freebsd-ports-gnome-2b8801edffcf9c0274814db703f4eaea145a1940.tar.gz freebsd-ports-gnome-2b8801edffcf9c0274814db703f4eaea145a1940.tar.zst freebsd-ports-gnome-2b8801edffcf9c0274814db703f4eaea145a1940.zip |
remove gcc33 depend
fix build on -stable
Noticed by: Dominik Brettnacher <domi@saargate.de>
Diffstat (limited to 'astro/xplanet')
-rw-r--r-- | astro/xplanet/Makefile | 1 | ||||
-rw-r--r-- | astro/xplanet/files/patch-src:readConfig.cpp | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 9338c06a309b..52c7f07911b6 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ netpbm.1:${PORTSDIR}/graphics/netpbm USE_X_PREFIX= yes -USE_GCC= 3.3 USE_GNOME= pango GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-map-extension=jpg --with-freetype --with-gif \ diff --git a/astro/xplanet/files/patch-src:readConfig.cpp b/astro/xplanet/files/patch-src:readConfig.cpp new file mode 100644 index 000000000000..809cfa3d87e5 --- /dev/null +++ b/astro/xplanet/files/patch-src:readConfig.cpp @@ -0,0 +1,10 @@ +--- src/readConfig.cpp.orig Mon May 24 09:11:26 2004 ++++ src/readConfig.cpp Mon May 24 09:11:45 2004 +@@ -2,6 +2,7 @@ + #include <fstream> + #include <sstream> + #include <string> ++#include <clocale> + using namespace std; + + #include "body.h" |