Importing devel/ruby-getopt 1.4.0.
[pkgsrc.git] / games / exult / patches / patch-aa
1 $NetBSD$
2
3 --- files/zip/unzip.h.orig      2003-09-20 17:02:02.000000000 +0200
4 +++ files/zip/unzip.h
5 @@ -54,6 +54,10 @@ extern "C" {
6  #include "zlib.h"
7  #endif
8  
9 +#ifndef OF
10 +#define OF(x)  x
11 +#endif
12 +
13  #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
14  /* like the STRICT of WIN32, we define a pointer that cannot be converted
15      from (void*) without cast */