aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-02-22 09:12:26 +0800
committernaddy <naddy@FreeBSD.org>2003-02-22 09:12:26 +0800
commit4e8c5582aac913401dadc654d930a486437b27eb (patch)
tree39ece15a951d6b261c5752545b0c7c85100a2311 /palm
parentb56a5ba0077c9ea435fe8531dbbaa75e945c4052 (diff)
downloadfreebsd-ports-gnome-4e8c5582aac913401dadc654d930a486437b27eb.tar.gz
freebsd-ports-gnome-4e8c5582aac913401dadc654d930a486437b27eb.tar.zst
freebsd-ports-gnome-4e8c5582aac913401dadc654d930a486437b27eb.zip
Fix build on -CURRENT (GCC3).
Approved by: maintainer
Diffstat (limited to 'palm')
-rw-r--r--palm/coldsync/files/patch-src_symboltable.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/palm/coldsync/files/patch-src_symboltable.cc b/palm/coldsync/files/patch-src_symboltable.cc
new file mode 100644
index 000000000000..a1dae9425f02
--- /dev/null
+++ b/palm/coldsync/files/patch-src_symboltable.cc
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/symboltable.cc.orig Fri Feb 21 23:32:21 2003
++++ src/symboltable.cc Fri Feb 21 23:35:23 2003
+@@ -13,6 +13,8 @@
+ #include <cstdlib> // For malloc() and friends
+ #include "symboltable.h"
+
++using namespace std;
++
+ static char *make_c_string(const string &s);
+
+ map<string,string> table; /* XXX - Is this going to cause problems on