summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-05-24 01:22:54 +0000
committerijliao <ijliao@FreeBSD.org>2004-05-24 01:22:54 +0000
commit2b8801edffcf9c0274814db703f4eaea145a1940 (patch)
tree5c0e0c44e69d2ed408841945d22bbd9f955b41b3 /astro
parenta3cee10973bd642b6db40ffd39b6f1a79e2246c0 (diff)
downloadFreeBSD-ports-2b8801edffcf9c0274814db703f4eaea145a1940.zip
FreeBSD-ports-2b8801edffcf9c0274814db703f4eaea145a1940.tar.gz
remove gcc33 depend
fix build on -stable Noticed by: Dominik Brettnacher <domi@saargate.de>
Diffstat (limited to 'astro')
-rw-r--r--astro/xplanet/Makefile1
-rw-r--r--astro/xplanet/files/patch-src:readConfig.cpp10
2 files changed, 10 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile
index 9338c06..52c7f07 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 0000000..809cfa3
--- /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"
OpenPOWER on IntegriCloud