[SCM] ste-plugins/master: Fix FTCBFS. (Closes: #883478)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Dec 4 18:35:14 UTC 2017


The following commit has been merged in the master branch:
commit fbd7935da9d76a3d9e683a71e80d1a46514d1bcc
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Dec 4 19:16:07 2017 +0100

    Fix FTCBFS. (Closes: #883478)

diff --git a/debian/patches/01-destdir.patch b/debian/patches/01-destdir.patch
index 948f96b..f75f020 100644
--- a/debian/patches/01-destdir.patch
+++ b/debian/patches/01-destdir.patch
@@ -22,7 +22,7 @@ Index: STE-plugins-0.0.2/Makefile
  STEREO_O = stereo.o stereo_if.o 
  stereo-plugins.so:	$(STEREO_O)	
 -	g++ -shared  -o $@  $(STEREO_O)
-+	g++ $(LDFLAGS) -shared  -o $@  $(STEREO_O)
++	$(CXX) $(LDFLAGS) -shared  -o $@  $(STEREO_O)
  
  stereo.o:	ladspaplugin.h stereo.h
  stereo_if.o:	ladspaplugin.h stereo.h

-- 
ste-plugins packaging



More information about the pkg-multimedia-commits mailing list