aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2010-09-08 10:54:03 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2010-09-08 10:54:03 +0800
commitdeecc5064a39e6309a199578fe0a377a34774fc3 (patch)
treeefeebcd47c002e3491e2181ad7adba3ddb81bf26 /games
parent2ae114e66be07106f3c4867c10df18fdc6e35e93 (diff)
downloadfreebsd-ports-gnome-deecc5064a39e6309a199578fe0a377a34774fc3.tar.gz
freebsd-ports-gnome-deecc5064a39e6309a199578fe0a377a34774fc3.tar.zst
freebsd-ports-gnome-deecc5064a39e6309a199578fe0a377a34774fc3.zip
- Forgot to cvs add files/
Diffstat (limited to 'games')
-rw-r--r--games/allacrost/files/patch-src-utils.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/allacrost/files/patch-src-utils.cpp b/games/allacrost/files/patch-src-utils.cpp
new file mode 100644
index 000000000000..1744e5b3e887
--- /dev/null
+++ b/games/allacrost/files/patch-src-utils.cpp
@@ -0,0 +1,20 @@
+--- src/utils.cpp.orig 2010-09-02 20:33:23.000000000 +0400
++++ src/utils.cpp 2010-09-02 20:34:01.000000000 +0400
+@@ -337,7 +337,7 @@
+ }
+
+ const char *source_char = reinterpret_cast<const char *>(source);
+- #if (defined(_LIBICONV_VERSION) && _LIBICONV_VERSION == 0x0109)
++ #if 1
+ // We are using an iconv API that uses const char*
+ const char *sourceChar = source_char;
+ #else
+@@ -369,7 +369,7 @@
+ return false;
+ }
+
+- #if (defined(_LIBICONV_VERSION) && _LIBICONV_VERSION == 0x0109)
++ #if 1
+ // We are using an iconv API that uses const char*
+ const char *sourceChar = source;
+ #else