Source: amphetamine
Version: 0.8.10-20
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

amphetamine fails to cross build from source, because the upstream
Makefile sets the LINKER to plain g++. Switching that to $(CXX) causes
the linker to be substituted and makes amphetamine cross build
successfully. Please consider applying the attached patch.

Helmut
--- amphetamine-0.8.10.orig/Makefile
+++ amphetamine-0.8.10/Makefile
@@ -27,7 +27,7 @@
 
 # makemake variables
 
-LINKER       := g++
+LINKER       := $(CXX)
 DEPENDFLAGS  := -g  ${SEARCHDIRS}
 TOUCHHEADERS := ${MYCODEDIR}/*.h
 

Reply via email to