[higan] 03/04: Use g++ instead of g++-4.9.

Tobias Hansen thansen at moszumanska.debian.org
Sun Jun 26 13:13:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository higan.

commit 487d0f2b6971eed751ef9fbfb000bb90a410411c
Author: Tobias Hansen <thansen at debian.org>
Date:   Sun Jun 26 13:05:18 2016 +0100

    Use g++ instead of g++-4.9.
---
 debian/patches/nall-makefile-fixes.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/patches/nall-makefile-fixes.patch b/debian/patches/nall-makefile-fixes.patch
index 981644c..d698abc 100644
--- a/debian/patches/nall-makefile-fixes.patch
+++ b/debian/patches/nall-makefile-fixes.patch
@@ -1,6 +1,7 @@
 Description: nall/Makefile fixes
 
 * Use the flags from CFLAGS, CPPFLAGS and LDFLAGS. They are set in the rules file.
+* Use g++ instead of g++-4.9.
 
 Author: Tobias Hansen <thansen at debian.org>
 
@@ -30,3 +31,12 @@ Author: Tobias Hansen <thansen at debian.org>
  
  # compiler detection
  ifeq ($(compiler),)
+@@ -51,7 +51,7 @@
+   else ifeq ($(platform),macosx)
+     compiler := clang++
+   else ifeq ($(platform),linux)
+-    compiler := g++-4.9
++    compiler := g++
+   else ifeq ($(platform),bsd)
+     compiler := g++49
+   else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/higan.git



More information about the Pkg-games-commits mailing list