aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnomeicu/files
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2000-10-30 03:49:46 +0800
committernectar <nectar@FreeBSD.org>2000-10-30 03:49:46 +0800
commitdeac0cd1ce9071b14a4971589e4eca0bbb4921cd (patch)
tree2aa598b8ab86074b14713a6a9bc0d8bb09007e84 /net/gnomeicu/files
parent4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc (diff)
downloadfreebsd-ports-gnome-deac0cd1ce9071b14a4971589e4eca0bbb4921cd.tar.gz
freebsd-ports-gnome-deac0cd1ce9071b14a4971589e4eca0bbb4921cd.tar.zst
freebsd-ports-gnome-deac0cd1ce9071b14a4971589e4eca0bbb4921cd.zip
= Update 0.93 -> 0.94.1
= Add WITH_DANTE knob to compile with Dante socks client support.
Diffstat (limited to 'net/gnomeicu/files')
-rw-r--r--net/gnomeicu/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gnomeicu/files/patch-ad b/net/gnomeicu/files/patch-ad
new file mode 100644
index 000000000000..416be7ad9346
--- /dev/null
+++ b/net/gnomeicu/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000
++++ src/kanji_conv.c Sun Oct 29 12:42:15 2000
+@@ -117,7 +117,7 @@
+ return strdup(str);
+ }
+ gchar *
+-kanji_conv(gchar *str, gint from_code, gint to_code)
++kanji_conv(gchar **str, gint from_code, gint to_code)
+ {
+ #ifdef TRACE_FUNCTION
+ printf("kanji_conv, did nothing.\n");