aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-05-24 01:22:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-05-24 01:22:54 +0000
commit16daa450bb4483437d42833755a126934cc08aea (patch)
tree5b2feb98410769fa6d3dc60fd77bd09c8df78641 /astro
parentcd90ea475b663a6a9326a3f8e5f893816e70a5a1 (diff)
downloadports-16daa450bb4483437d42833755a126934cc08aea.tar.gz
ports-16daa450bb4483437d42833755a126934cc08aea.zip
Notes
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 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"