diff options
author | rh <rh> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-30 03:09:25 +0000 |
commit | 4420c0738fb454cd1c2373e2252c894ff1e0da1d (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /audio/esound/patches | |
parent | 59c8ab91dfdd31d963a8b0328b20b6c185db65e4 (diff) | |
download | pkgsrc-4420c0738fb454cd1c2373e2252c894ff1e0da1d.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'audio/esound/patches')
-rw-r--r-- | audio/esound/patches/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/esound/patches/patch-ad b/audio/esound/patches/patch-ad deleted file mode 100644 index 9b82d999cb7..00000000000 --- a/audio/esound/patches/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -$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} |