summaryrefslogtreecommitdiff
path: root/audio/wsoundprefs/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-24 11:04:20 +0000
committerjlam <jlam@pkgsrc.org>2001-07-24 11:04:20 +0000
commit6d744e31386e65a5e8f2ba76693fda27bbc15d14 (patch)
tree74cbde9ad23bf740c580ee09c0a821f8f32525e5 /audio/wsoundprefs/patches
parentea9dba85e00448315a5d16c9395107ef0e4487f6 (diff)
downloadpkgsrc-6d744e31386e65a5e8f2ba76693fda27bbc15d14.tar.gz
Make USE_BUILDLINK_ONLY true by using a buildlink.mk file for wsoundserver
libraries and using the config wrappers. Simplify the buildlink.mk inclusion by just including windowmaker/buildlink.mk instead of all the graphics libraries' buildlink.mk, and including wsoundserver/buildlink.mk instead of including libaudiofile/buildlink.mk directly.
Diffstat (limited to 'audio/wsoundprefs/patches')
-rw-r--r--audio/wsoundprefs/patches/patch-ab23
1 files changed, 21 insertions, 2 deletions
diff --git a/audio/wsoundprefs/patches/patch-ab b/audio/wsoundprefs/patches/patch-ab
index 8626b6c7f1a..84f3e857265 100644
--- a/audio/wsoundprefs/patches/patch-ab
+++ b/audio/wsoundprefs/patches/patch-ab
@@ -1,7 +1,26 @@
-$NetBSD: patch-ab,v 1.4 2001/03/12 21:19:10 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2001/07/24 11:04:21 jlam Exp $
---- src/Imakefile.orig Mon Oct 18 10:35:58 1999
+--- src/Imakefile.orig Mon Oct 18 01:35:58 1999
+++ src/Imakefile
+@@ -12,12 +12,12 @@
+ XCOMM EFENCELIB = -lefence
+ EFENCELIB =
+
+-WSOUNDCFLAGS = `get-wsound-flags --cflags`
+-WSOUNDLFLAGS = `get-wsound-flags --lflags`
+-WSOUNDLIBS = `get-wsound-flags --libs`
+-WRASTERCFLAGS = `get-wraster-flags --cflags`
+-WRASTERLFLAGS = `get-wraster-flags --lflags`
+-WRASTERLIBS = `get-wraster-flags --libs`
++WSOUNDCFLAGS = `${BUILDLINK_DIR}/bin/get-wsound-flags --cflags`
++WSOUNDLFLAGS = `${BUILDLINK_DIR}/bin/get-wsound-flags --lflags`
++WSOUNDLIBS = `${BUILDLINK_DIR}/bin/get-wsound-flags --libs`
++WRASTERCFLAGS = `${BUILDLINK_DIR}/bin/get-wraster-flags --cflags`
++WRASTERLFLAGS = `${BUILDLINK_DIR}/bin/get-wraster-flags --lflags`
++WRASTERLIBS = `${BUILDLINK_DIR}/bin/get-wraster-flags --libs`
+ WINGSLIBS = -lWINGs -lPropList
+
+ STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS)
@@ -30,7 +30,7 @@
SRCS = PLFunctions.c SoundEvents.c SoundPaths.c SystemInfo.c WSoundPrefs.c main.c
OBJS = PLFunctions.o SoundEvents.o SoundPaths.o SystemInfo.o WSoundPrefs.o main.o