diff options
Diffstat (limited to 'devel/ptlib/patches/patch-bc')
-rw-r--r-- | devel/ptlib/patches/patch-bc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ptlib/patches/patch-bc b/devel/ptlib/patches/patch-bc new file mode 100644 index 00000000000..c1abe536682 --- /dev/null +++ b/devel/ptlib/patches/patch-bc @@ -0,0 +1,13 @@ +$NetBSD: patch-bc,v 1.1.1.1 2008/09/12 13:18:26 jmcneill Exp $ + +--- plugins/sound_oss/sound_oss.cxx.orig 2008-09-08 18:02:28.000000000 -0400 ++++ plugins/sound_oss/sound_oss.cxx 2008-09-08 18:03:34.000000000 -0400 +@@ -145,7 +145,7 @@ + // When adding these to the 'dsp' string array, only the first one + // found is used. + +-#if !defined P_NETBSD || !defined P_OPENBSD ++#if !defined P_NETBSD && !defined P_OPENBSD + // Look for dsp + if (filename == "dsp") { + dsp.SetAt(0, devname); |