summaryrefslogtreecommitdiff
path: root/audio/adplay/files/patch-src_adplay.cc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-04-21 12:45:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-04-21 12:45:05 +0000
commitda356db143d04ac3fb7496eff8adf65c6080be6e (patch)
tree0f7488c7d73d76ccaa6fcc30389c13d7811948a0 /audio/adplay/files/patch-src_adplay.cc
parentUpdate to 2.1 (diff)
Update to 1.6
Notes
Notes: svn path=/head/; revision=190537
Diffstat (limited to '')
-rw-r--r--audio/adplay/files/patch-src_adplay.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/adplay/files/patch-src_adplay.cc b/audio/adplay/files/patch-src_adplay.cc
deleted file mode 100644
index 600fdf958a82..000000000000
--- a/audio/adplay/files/patch-src_adplay.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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"