]> git.pld-linux.org Git - packages/rubberband.git/blame - rubberband-pc.patch
- added pc patch (fix libdir in .pc file)
[packages/rubberband.git] / rubberband-pc.patch
CommitLineData
ff525031
JB
1--- rubberband-1.8.1/rubberband.pc.in.orig 2012-10-28 11:30:09.000000000 +0100
2+++ rubberband-1.8.1/rubberband.pc.in 2016-02-21 21:56:55.376483312 +0100
3@@ -1,6 +1,6 @@
4 prefix=%PREFIX%
5 exec_prefix=${prefix}
6-libdir=${exec_prefix}/lib
7+libdir=%LIBDIR%
8 includedir=${prefix}/include
9
10 Name: rubberband
11--- rubberband-1.8.1/Makefile.in.orig 2012-10-28 11:30:09.000000000 +0100
12+++ rubberband-1.8.1/Makefile.in 2016-02-21 21:57:23.866482117 +0100
13@@ -158,7 +158,7 @@
14 cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR)
15 cp ladspa/ladspa-rubberband.cat $(DESTDIR)$(INSTALL_LADSPADIR)
16 cp ladspa/ladspa-rubberband.rdf $(DESTDIR)$(INSTALL_LRDFDIR)
17- sed "s,%PREFIX%,@prefix@," rubberband.pc.in \
18+ sed "s,%PREFIX%,@prefix@,;s,%LIBDIR%,@libdir@," rubberband.pc.in \
19 > $(DESTDIR)$(INSTALL_PKGDIR)/rubberband.pc
20
21 clean:
This page took 0.078231 seconds and 4 git commands to generate.