e2afa97f51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
11 lines
324 B
Text
11 lines
324 B
Text
$NetBSD: patch-aa,v 1.8 2002/08/25 18:38:13 jlam Exp $
|
|
|
|
--- audiofile.pc.in.orig Fri Oct 26 14:11:38 2001
|
|
+++ audiofile.pc.in
|
|
@@ -7,5 +7,5 @@ Name: audiofile
|
|
Description: audiofile
|
|
Requires:
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -laudiofile -lm
|
|
+Libs: -L${libdir} -Wl,-R${libdir} -laudiofile -lm
|
|
Cflags: -I${includedir}
|