blob: 9b82d999cb744beefc754b88a08edf4bf5afee44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ad,v 1.2 2002/08/25 18:38:07 jlam Exp $
--- esound.pc.in.orig Tue Apr 23 18:28:28 2002
+++ esound.pc.in
@@ -7,5 +7,5 @@ Name: esound
Description: esound
Requires: audiofile
Version: @VERSION@
-Libs: -L${libdir} -lesd
+Libs: -L${libdir} -Wl,-R${libdir} -lesd
Cflags: -I${includedir}
|