summaryrefslogtreecommitdiff
path: root/audio/wsoundprefs/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wsoundprefs/patches/patch-ab')
-rw-r--r--audio/wsoundprefs/patches/patch-ab9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/wsoundprefs/patches/patch-ab b/audio/wsoundprefs/patches/patch-ab
index eaecda46d54..09853f02c4c 100644
--- a/audio/wsoundprefs/patches/patch-ab
+++ b/audio/wsoundprefs/patches/patch-ab
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.2 1999/04/26 23:34:08 tron Exp $
+$NetBSD: patch-ab,v 1.3 2001/03/12 10:51:48 tron Exp $
---- src/Imakefile.orig Tue Mar 2 08:06:36 1999
-+++ src/Imakefile Sun Mar 21 03:19:46 1999
+--- src/Imakefile.orig Tue Mar 2 14:06:36 1999
++++ src/Imakefile Mon Mar 12 11:49:41 2001
@@ -13,11 +13,18 @@
XCOMM EFENCELIB = -lefence
EFENCELIB =
-WMSOUNDLIB = -lwmsnd
+-WRASTERCFLAGS = `get-wraster-flags --cflags`
+XCOMM NetBSD requires -lossaudio for Linux OSS interface compatibility.
+#ifdef NetBSDArchitecture
+ OSSLIB = -lossaudio
@@ -15,7 +16,7 @@ $NetBSD: patch-ab,v 1.2 1999/04/26 23:34:08 tron Exp $
+#endif
+
+WMSOUNDLIB = -lwmsnd $(OSSLIB)
- WRASTERCFLAGS = `get-wraster-flags --cflags`
++WRASTERCFLAGS = `get-wraster-flags --cflags` -I${PREFIX}/include/WINGs
WRASTERLFLAGS = `get-wraster-flags --lflags`
WRASTERLIBS = `get-wraster-flags --libs`
-WINGSLIBS = -lWINGs -lPropList