diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-08-01 17:19:04 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-08-01 17:19:04 +0000 |
commit | c15839597b1216545ced10d80505a30a74bf5700 (patch) | |
tree | 1124034019c2127bab54a67478f06917e0376c8a /chat/centericq/patches/patch-ab | |
parent | ff140039f20ccd498b5408ed3e71628614903ae0 (diff) | |
download | pkgsrc-c15839597b1216545ced10d80505a30a74bf5700.tar.gz |
Add a missing include file, and add a workaround for gcc 2.95 C++
header files not following the C++ standard...
Diffstat (limited to 'chat/centericq/patches/patch-ab')
-rw-r--r-- | chat/centericq/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/centericq/patches/patch-ab b/chat/centericq/patches/patch-ab new file mode 100644 index 00000000000..47bd475e8f0 --- /dev/null +++ b/chat/centericq/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2004/08/01 17:19:04 kristerw Exp $ + +--- libmsn-0.1/msn/filetransfer.cpp.orig Sun Aug 1 18:33:02 2004 ++++ libmsn-0.1/msn/filetransfer.cpp Sun Aug 1 18:35:26 2004 +@@ -26,6 +26,7 @@ + #include <msn/externals.h> + + #ifndef WIN32 ++#include <sys/time.h> + #include <unistd.h> + #include <sys/socket.h> + #else |