summaryrefslogtreecommitdiff
path: root/games/quake2forge/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-17 10:36:05 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-17 10:36:05 +0000
commit3a627c9ccd338ab9c465b4286dee696f157a101c (patch)
tree146bd6dafd541a3dfe57fef16529823ffa7ed4fc /games/quake2forge/patches
parent757fee7ad75463f17a59dcd11ae797e8c86bcc45 (diff)
downloadpkgsrc-3a627c9ccd338ab9c465b4286dee696f157a101c.tar.gz
Use subst.mk instead of patching the file and use CPPFLAGS.
Diffstat (limited to 'games/quake2forge/patches')
-rw-r--r--games/quake2forge/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/quake2forge/patches/patch-ab b/games/quake2forge/patches/patch-ab
deleted file mode 100644
index 2ffcb08746e..00000000000
--- a/games/quake2forge/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/04/16 15:17:21 xtraeme Exp $
-
---- src/snd.c.orig 2004-04-16 17:11:10.000000000 +0200
-+++ src/snd.c 2004-04-16 17:11:30.000000000 +0200
-@@ -211,7 +211,7 @@
- sndbits = Cvar_Get("sndbits", "16", CVAR_ARCHIVE);
- sndspeed = Cvar_Get("sndspeed", "0", CVAR_ARCHIVE);
- sndchannels = Cvar_Get("sndchannels", "2", CVAR_ARCHIVE);
-- snddevice = Cvar_Get("snddevice", "/dev/dsp", CVAR_ARCHIVE);
-+ snddevice = Cvar_Get("snddevice", DEVOSSAUDIO, CVAR_ARCHIVE);
- }
-
- // open /dev/dsp, check capability to mmap, and get size of dma buffer