From 3095b994288c6aba092b71a7e0a79c060608d57f Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 2 Jan 2006 22:13:26 +0000 Subject: Add an explicit rpath for librplay on DragonFly. --- wm/vtwm/patches/patch-aa | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'wm/vtwm/patches') diff --git a/wm/vtwm/patches/patch-aa b/wm/vtwm/patches/patch-aa index 1b9380be8c2..3ea2fba0318 100644 --- a/wm/vtwm/patches/patch-aa +++ b/wm/vtwm/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2006/01/02 22:13:26 joerg Exp $ ---- Imakefile.orig 2005-05-09 08:46:24.000000000 -0400 +--- Imakefile.orig 2005-05-09 12:46:24.000000000 +0000 +++ Imakefile +@@ -28,7 +28,7 @@ XCOMM (the library must conform to the P + XCOMM To omit sound support, uncomment this + XCOMM NO_SOUND_SUPPORT = -DNO_SOUND_SUPPORT + XCOMM and comment these +-SOUNDLIB = -L/usr/local/lib -lrplay ++SOUNDLIB = -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lrplay + SOUNDINC = -I/usr/local/include + XCOMM (sound is supported only by way of the rplay library) + @@ -57,7 +57,7 @@ XCOMM Installation path for the binary VTWMBINDIR = $(BINDIR) -- cgit v1.2.3