pkgsrc/chat/psi/patches/patch-ad
jdolecek 838702df3b Update psi to version 0.9 (latest available).
Changes since 0.8.7:
* OpenPGP integration (via GnuPG)
* Jabber Browsing
* Groupchat invites / private-messaging
* better SSL certificate handling
* ton of bugfixes

Package now also includes all available language packs.
2003-07-27 21:43:59 +00:00

19 lines
489 B
Text

$NetBSD: patch-ad,v 1.2 2003/07/27 21:44:01 jdolecek Exp $
--- cutestuff/zip/minizip/unzip.h.orig Mon Jul 29 19:53:00 2002
+++ cutestuff/zip/minizip/unzip.h Mon Jul 29 19:54:16 2002
@@ -49,6 +49,14 @@
#include "zlib.h"
#endif
+#ifndef OF
+# ifdef STDC
+# define OF(x) x
+# else
+# define OF(x)
+# endif
+#endif
+
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted
from (void*) without cast */