summaryrefslogtreecommitdiff
path: root/games/xscavenger/patches/patch-ab
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-09 00:10:25 +0000
committerminskim <minskim@pkgsrc.org>2004-04-09 00:10:25 +0000
commita8f96c0bb810e7aafd03524a22702c6e2addd106 (patch)
tree9f2b19cdb412e95668e9515c33971a4061db7630 /games/xscavenger/patches/patch-ab
parent45d5961f55925e321c2f25ec83db741af680f3b3 (diff)
downloadpkgsrc-a8f96c0bb810e7aafd03524a22702c6e2addd106.tar.gz
Use variables defined in ossaudio.buildlink3.mk. This fixes a build
problem caused by hardcoded "-lossaudio" on Linux. OK'ed by wiz@, the maintainer.
Diffstat (limited to 'games/xscavenger/patches/patch-ab')
-rw-r--r--games/xscavenger/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xscavenger/patches/patch-ab b/games/xscavenger/patches/patch-ab
index d16dc404d34..c3126718500 100644
--- a/games/xscavenger/patches/patch-ab
+++ b/games/xscavenger/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/01/08 18:26:00 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2004/04/09 00:10:25 minskim Exp $
--- Imakefile.orig Thu Jan 6 06:47:22 2000
+++ Imakefile Sat Jan 8 18:10:48 2000
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/01/08 18:26:00 wiz Exp $
../data/victory.raw
-LOCAL_LIBRARIES = $(XLIB)
-+LOCAL_LIBRARIES = $(XLIB) -lossaudio
++LOCAL_LIBRARIES = $(XLIB) ${LIBOSSAUDIO}
EXTRA_DEFINES = -DLIBNAME=\"$(LIBNAME)\"
-ComplexProgramTarget(scavenger)