summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xchatosd/files/5.17-iconv-fix.patch')
-rw-r--r--net-irc/xchatosd/files/5.17-iconv-fix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-irc/xchatosd/files/5.17-iconv-fix.patch b/net-irc/xchatosd/files/5.17-iconv-fix.patch
deleted file mode 100644
index 9c28a161d81f..000000000000
--- a/net-irc/xchatosd/files/5.17-iconv-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- xchatosd.cpp.orig 2005-02-17 03:46:17.792283275 +0100
-+++ xchatosd.cpp 2005-02-17 03:46:27.179969269 +0100
-@@ -239,9 +239,11 @@
- delete osd;
- osd = NULL;
- XOSD_init();
-+#ifdef ICONV_LIB
- if(status && cmd2 == "codepage") {
- ICONV_init();
- }
-+#endif
- if (status == 1) {
- string msg;
- msg = MSG_Success1 + cmd2 + MSG_Success2 + cmd3 + "\n";