Source: blepvco
Version: 0.1.0-3
Tags: upstream patch
User: [email protected]
Usertags: rebootstrap

blepvco fails to cross build from source, because the upstream build
system hard codes the build architecture compiler g++. After making it
substitutable, blepvco cross builds successfully. Please consider
applying the attached patch.

Helmut
--- blepvco-0.1.0.orig/Makefile
+++ blepvco-0.1.0/Makefile
@@ -4,7 +4,7 @@
 
 
 blepvco.so:	blepvco.o blepvco_if.o exp2ap.o minblep_tables.o
-	g++ -shared  blepvco.o blepvco_if.o exp2ap.o minblep_tables.o -o blepvco.so
+	$(CXX) -shared  blepvco.o blepvco_if.o exp2ap.o minblep_tables.o -o blepvco.so
 
 blepvco.o:	ladspaplugin.h blepvco.h minblep_tables.h
 blepvco_if.o:	ladspaplugin.h blepvco.h
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to