diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:34:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:34:46 +0000 |
commit | 51ce6999775687dd428392400af07358da774d36 (patch) | |
tree | c1f9d57a9e1d267e6d861edc3d045331a55fc3c3 /emulators/vba/patches | |
parent | eca4d96429a5d328c89f79e43e1ea60f13709090 (diff) | |
download | pkgsrc-51ce6999775687dd428392400af07358da774d36.tar.gz |
Initial import of vba-1.6a from pkgsrc-wip, packaged by Soren Jacobsen.
Visual Boy Advance is a Gameboy Advance emulator.
Diffstat (limited to 'emulators/vba/patches')
-rw-r--r-- | emulators/vba/patches/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/vba/patches/patch-aa b/emulators/vba/patches/patch-aa new file mode 100644 index 00000000000..83037172ec7 --- /dev/null +++ b/emulators/vba/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 23:34:46 xtraeme Exp $ + +--- src/unzip.h.orig Sun Oct 20 06:03:12 2002 ++++ src/unzip.h Mon Jun 30 23:45:30 2003 +@@ -67,6 +67,15 @@ + #include "zlib.h" + #endif + ++// nasty stuff taken from win32/include/zlib/zconf.h to make this compile ++#ifndef OF /* function prototypes */ ++# ifdef STDC ++# define OF(args) args ++# else ++# define OF(args) () ++# endif ++#endif ++ + #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP) + /* like the STRICT of WIN32, we define a pointer that cannot be converted + from (void*) without cast */ |