diff options
author | tron <tron> | 1999-04-28 12:18:20 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-28 12:18:20 +0000 |
commit | 498ce0342ec74861e00a22c3a4c93ef7462c3e14 (patch) | |
tree | 2d651d4b6999a8497ec7084fe23cf286c4e57a72 /audio | |
parent | 364e13fc6dc16f36883237ffa0303a416a8e02e6 (diff) | |
download | pkgsrc-498ce0342ec74861e00a22c3a4c93ef7462c3e14.tar.gz |
Add "-Wl,-R" to linker option list in "audiofile-config".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudiofile/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libaudiofile/patches/patch-ab b/audio/libaudiofile/patches/patch-ab new file mode 100644 index 00000000000..d5efc8fbb42 --- /dev/null +++ b/audio/libaudiofile/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 1999/04/28 12:18:20 tron Exp $ + +--- audiofile-config.in.orig Sat Nov 21 15:55:23 1998 ++++ audiofile-config.in Wed Apr 28 14:09:47 1999 +@@ -45,7 +45,7 @@ + echo $includes + ;; + --libs) +- libdirs=-L@libdir@ ++ libdirs="-L@libdir@ -Wl,-R@libdir@" + echo $libdirs -laudiofile -lm + ;; + *) |