[SCM] ir.lv2/master: added makefile patch to fix building

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jan 14 20:24:03 UTC 2011


The following commit has been merged in the master branch:
commit 2b3a3124ca534971747889cc84bb2cc162e6eda3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jan 14 21:14:51 2011 +0100

    added makefile patch to fix building

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
new file mode 100644
index 0000000..3f0b5e7
--- /dev/null
+++ b/debian/patches/01-makefile.patch
@@ -0,0 +1,14 @@
+Description: Fixing build
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+--- a/Makefile	2011-01-13 14:25:59.000000000 +0100
++++ b/Makefile	2011-01-14 09:23:31.000000000 +0100
+@@ -5,7 +5,7 @@
+ # (for local use, not installed by make install)
+ 
+ PREFIX = /usr
+-INSTDIR = $(PREFIX)/lib/lv2/ir.lv2
++INSTDIR = $(DESTDIR)$(PREFIX)/lib/lv2/ir.lv2
+ 
+ INST_FILES = ir.so ir_gui.so ir.ttl manifest.ttl
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d3b72df
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-makefile.patch

-- 
ir.lv2 packaging



More information about the pkg-multimedia-commits mailing list