summaryrefslogtreecommitdiff
path: root/audio/gramofile/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-09 12:02:04 +0000
committerxtraeme <xtraeme>2004-07-09 12:02:04 +0000
commita9b2662839dd1f8609ca475763674952d0948c10 (patch)
treed47c8e5aad8c9a82f47d6b09e302fb619089408e /audio/gramofile/patches
parent0825c4d17fb1217e93544d0a6a8946ce7e872c09 (diff)
downloadpkgsrc-a9b2662839dd1f8609ca475763674952d0948c10.tar.gz
* Enable pkgviews installation.
* Use subst.mk instead of patching the files for the audio device.
Diffstat (limited to 'audio/gramofile/patches')
-rw-r--r--audio/gramofile/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/gramofile/patches/patch-ac b/audio/gramofile/patches/patch-ac
deleted file mode 100644
index 5027df9f88d..00000000000
--- a/audio/gramofile/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/07/08 18:33:07 agc Exp $
-
---- bplaysrc/sndfunc.c 2004/07/08 18:26:58 1.1
-+++ bplaysrc/sndfunc.c 2004/07/08 18:27:22
-@@ -18,7 +18,11 @@
- #include <machine/soundcard.h>
- #endif
-
-+#ifdef __NetBSD__
-+#define AUDIO "/dev/sound"
-+#else
- #define AUDIO "/dev/dsp"
-+#endif
-
- /* Globals */
- int audio, abuf_size, fmt_mask;