[SCM] invada-ladspa/master: Added patch to pass flags correctly.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Feb 26 21:41:24 UTC 2014


The following commit has been merged in the master branch:
commit 00d5879737442b7ff792a97c0b9e73b6e44f1481
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Feb 26 22:41:10 2014 +0100

    Added patch to pass flags correctly.

diff --git a/debian/patches/01-pass_flags.patch b/debian/patches/01-pass_flags.patch
new file mode 100644
index 0000000..5b36464
--- /dev/null
+++ b/debian/patches/01-pass_flags.patch
@@ -0,0 +1,17 @@
+Index: invada-ladspa/Makefile
+===================================================================
+--- invada-ladspa.orig/Makefile	2014-02-26 22:31:47.063996111 +0100
++++ invada-ladspa/Makefile	2014-02-26 22:32:00.923581749 +0100
+@@ -34,9 +34,9 @@
+ # GENERAL
+ 
+ CC		=	gcc
+-LD		=	ld
+-CFLAGS		=	-I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
+-LDFLAGS		=	-shared -lc -lm -L. -linv_common
++LD		=	gcc
++CFLAGS		+=	-I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
++LDFLAGS		+=	-shared -lc -lm -L. -linv_common
+ 
+ PLUGINS		=	libinv_common.a \
+                         inv_compressor.so \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1714350
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-pass_flags.patch

-- 
invada-ladspa packaging



More information about the pkg-multimedia-commits mailing list