summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-08-15 19:43:02 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-08-15 19:43:02 +0000
commit90aa7ebc7ed603c0d3bd8413c89d002e39e88ea8 (patch)
tree032706645990068f7e8400d09cb4f5f0a544b39a /dev-libs/pwlib/files
parentStable on x86, #101433 (diff)
downloadgentoo-2-90aa7ebc7ed603c0d3bd8413c89d002e39e88ea8.tar.gz
gentoo-2-90aa7ebc7ed603c0d3bd8413c89d002e39e88ea8.tar.bz2
gentoo-2-90aa7ebc7ed603c0d3bd8413c89d002e39e88ea8.zip
Added patch to fix #100432, see ChangeLog for details.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/pwlib/files')
-rw-r--r--dev-libs/pwlib/files/pwlib-1.6.3-dyn-esd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/pwlib/files/pwlib-1.6.3-dyn-esd.patch b/dev-libs/pwlib/files/pwlib-1.6.3-dyn-esd.patch
new file mode 100644
index 000000000000..638fd78c9536
--- /dev/null
+++ b/dev-libs/pwlib/files/pwlib-1.6.3-dyn-esd.patch
@@ -0,0 +1,11 @@
+--- make/unix.mak 2004-11-16 11:32:34.000000000 +1100
++++ make/unix.mak.N 2005-07-27 14:12:35.000000000 +1000
+@@ -928,7 +928,7 @@
+ # define ESDDIR variables if installed
+ ifdef ESDDIR
+ STDCCFLAGS += -I$(ESDDIR)/include -DUSE_ESD=1
+-ENDLDLIBS += $(ESDDIR)/lib/libesd.a # to avoid name conflicts
++ENDLDLIBS += -lesd # to avoid name conflicts
+ HAS_ESD = 1
+ endif
+