diff options
Diffstat (limited to 'audio/adplay/files/patch-src_adplay.cc')
-rw-r--r-- | audio/adplay/files/patch-src_adplay.cc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/adplay/files/patch-src_adplay.cc b/audio/adplay/files/patch-src_adplay.cc new file mode 100644 index 000000000000..600fdf958a82 --- /dev/null +++ b/audio/adplay/files/patch-src_adplay.cc @@ -0,0 +1,21 @@ +--- src/adplay.cc.orig Fri May 6 19:23:17 2005 ++++ src/adplay.cc Fri May 6 19:23:24 2005 +@@ -25,16 +25,15 @@ + #include <adplug/adplug.h> + #include <adplug/emuopl.h> + #include <adplug/kemuopl.h> ++#include <getopt.h> + + /* +- * Apple (OS X) and Sun systems declare getopt in unistd.h, other systems +- * (Linux) use getopt.h. +- */ + #if defined ( __APPLE__ ) || ( defined (__SVR4) && defined (__sun) ) + # include <unistd.h> + #else + # include "getopt.h" + #endif ++*/ + + #include "defines.h" + #include "output.h" |