diff options
Diffstat (limited to 'audio/prokyon3/files/patch-src_getopt.c')
-rw-r--r-- | audio/prokyon3/files/patch-src_getopt.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/prokyon3/files/patch-src_getopt.c b/audio/prokyon3/files/patch-src_getopt.c new file mode 100644 index 0000000..6c31966 --- /dev/null +++ b/audio/prokyon3/files/patch-src_getopt.c @@ -0,0 +1,11 @@ +--- src/getopt.c.orig Sat Sep 20 10:34:30 2003 ++++ src/getopt.c Sat Sep 20 10:35:56 2003 +@@ -24,6 +24,8 @@ + #include "config.h" + #endif + ++#define _(String)(String) ++ + #ifndef __STDC__ + /* This is a separate conditional since some stdc systems + reject `defined (const)'. */ |