[SCM] jaaa/master: Add patch to fix cross build (Closes: #870859).
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Aug 8 07:30:21 UTC 2017
The following commit has been merged in the master branch:
commit 0d37a1c7fd6fc78e4c60cf4323fb2315f8e68a8e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Aug 8 03:29:22 2017 +0200
Add patch to fix cross build (Closes: #870859).
diff --git a/debian/patches/02-cross_build.patch b/debian/patches/02-cross_build.patch
new file mode 100644
index 0000000..f41b084
--- /dev/null
+++ b/debian/patches/02-cross_build.patch
@@ -0,0 +1,17 @@
+Description: Fix cross build.
+Author: Helmut Grohne <helmut at subdivi.de>
+Forwarded: Fons Adriaensen <fons at linuxaudio.org>
+
+Index: jaaa/source/Makefile
+===================================================================
+--- jaaa.orig/source/Makefile
++++ jaaa/source/Makefile
+@@ -32,7 +32,7 @@ LDLIBS += -lzita-alsa-pcmi -lclthreads -
+
+ JAAA_O = jaaa.o styles.o spectwin.o audio.o rngen.o
+ jaaa: $(JAAA_O)
+- g++ $(LDFLAGS) -o $@ $(JAAA_O) $(LDLIBS)
++ $(CXX) $(LDFLAGS) -o $@ $(JAAA_O) $(LDLIBS)
+
+ $(JAAA_O):
+ -include $(JAAA_O:%.o=%.d)
--
jaaa packaging
More information about the pkg-multimedia-commits
mailing list