diff options
author | rxg <rxg> | 2005-12-08 12:09:54 +0000 |
---|---|---|
committer | rxg <rxg> | 2005-12-08 12:09:54 +0000 |
commit | 2fe0a695bb5c2c17ed25489fea767d10e42e6b89 (patch) | |
tree | 6b456bb4f7fd115ec63de1c574ca2227b9c4c434 /inputmethod/unicon-im/patches | |
parent | 98570e6f03361168c3c20f936ad1f455ca91ca4d (diff) | |
download | pkgsrc-2fe0a695bb5c2c17ed25489fea767d10e42e6b89.tar.gz |
Close pkg/28783 - unicon can't build under -current, submitted by myself.
Oked by wiz.
Diffstat (limited to 'inputmethod/unicon-im/patches')
-rw-r--r-- | inputmethod/unicon-im/patches/patch-ah | 20 | ||||
-rw-r--r-- | inputmethod/unicon-im/patches/patch-ai | 15 |
2 files changed, 35 insertions, 0 deletions
diff --git a/inputmethod/unicon-im/patches/patch-ah b/inputmethod/unicon-im/patches/patch-ah new file mode 100644 index 00000000000..5cbd0c50c65 --- /dev/null +++ b/inputmethod/unicon-im/patches/patch-ah @@ -0,0 +1,20 @@ +$NetBSD: patch-ah,v 1.1 2005/12/08 12:09:54 rxg Exp $ + +--- server/TLS_Debug.cpp.orig 2000-05-12 14:53:46.000000000 +0800 ++++ server/TLS_Debug.cpp +@@ -1,14 +1,12 @@ + #include <stdio.h> + #include <stdlib.h> +-#include <iostream.h> +-#include <fstream.h> + #include <assert.h> + #include <stdio.h> + #include <stdlib.h> + #include <assert.h> + #include <string.h> + #include <TLS_Debug.hpp> +-TLS_CDebug::TLS_CDebug (char *szFileName, int mode = 0) ++TLS_CDebug::TLS_CDebug (char *szFileName, int mode) + { + if (szFileName == NULL) + { diff --git a/inputmethod/unicon-im/patches/patch-ai b/inputmethod/unicon-im/patches/patch-ai new file mode 100644 index 00000000000..4632047c14f --- /dev/null +++ b/inputmethod/unicon-im/patches/patch-ai @@ -0,0 +1,15 @@ +$NetBSD: patch-ai,v 1.1 2005/12/08 12:09:54 rxg Exp $ + +--- server/TLS_LibMain.cpp.orig 2005-12-06 21:43:48.000000000 +0800 ++++ server/TLS_LibMain.cpp +@@ -33,10 +33,8 @@ + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> +-#include <signal.h> + #include <netdb.h> + #include <unistd.h> +-#include <iostream.h> + #include <pth.h> + + #include <TLS_MemFile.hpp> |