Your message dated Wed, 5 Feb 2020 22:57:12 +0100
with message-id <[email protected]>
and subject line Re: japa FTCBFS: upstream Makefile hard codes g++
has caused the Debian Bug report #910152,
regarding japa FTCBFS: upstream Makefile hard codes g++
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
910152: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910152
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: japa
Version: 0.8.4-2
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

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

Helmut
--- japa-0.8.4.orig/source/Makefile
+++ japa-0.8.4/source/Makefile
@@ -32,7 +32,7 @@
 
 JAPA_O = analyser.o audio.o gobjects.o japa.o mainwin.o styles.o rngen.o
 japa:	$(JAPA_O)
-	g++ $(LDFLAGS) -o $@ $(JAPA_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(JAPA_O) $(LDLIBS)
 
 $(JAPA_O):
 -include $(JAPA_O:%.o=%.d)

--- End Message ---
--- Begin Message ---
version: 0.9.2-1

done by upstream release.


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to