diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/glame/files/patch-src__plugins__audio_io_oss.c | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/glame/files/patch-src__plugins__audio_io_oss.c')
-rw-r--r-- | audio/glame/files/patch-src__plugins__audio_io_oss.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/glame/files/patch-src__plugins__audio_io_oss.c b/audio/glame/files/patch-src__plugins__audio_io_oss.c deleted file mode 100644 index 6b75c9278a75..000000000000 --- a/audio/glame/files/patch-src__plugins__audio_io_oss.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/plugins/audio_io_oss.c 2003/07/01 12:26:28 1.1 -+++ src/plugins/audio_io_oss.c 2003/07/01 12:26:41 -@@ -26,9 +26,9 @@ - - #ifdef HAVE_OSS_LINUX - #include <linux/soundcard.h> --#elif HAVE_OSS_SYS -+#elif defined(HAVE_OSS_SYS) - #include <sys/soundcard.h> --#elif HAVE_OSS_MACHINE -+#elif defined(HAVE_OSS_MACHINE) - #include <machine/soundcard.h> - #else - #error BUG in OSS configuration. |