[higan] 20/34: Refresh patches.

Tobias Hansen thansen at moszumanska.debian.org
Sun Jun 26 10:44:42 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 26cbe6f288f6b4e4759a05aed616e082d6d542c9
Author: Tobias Hansen <thansen at debian.org>
Date:   Tue Jun 21 18:29:41 2016 +0100

    Refresh patches.
---
 debian/patches/find_cairo.patch          | 2 +-
 debian/patches/makefile-fixes.patch      | 2 +-
 debian/patches/noopt.patch               | 4 ++--
 debian/patches/use-XDG_CONFIG_HOME.patch | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/find_cairo.patch b/debian/patches/find_cairo.patch
index 2c09ae1..463ebc7 100644
--- a/debian/patches/find_cairo.patch
+++ b/debian/patches/find_cairo.patch
@@ -4,7 +4,7 @@ Author: Tobias Hansen <thansen at debian.org>
 
 --- a/higan/GNUmakefile
 +++ b/higan/GNUmakefile
-@@ -37,7 +37,7 @@
+@@ -33,7 +33,7 @@
  else ifeq ($(platform),macosx)
    flags += -march=native
  else ifneq ($(filter $(platform),linux bsd),)
diff --git a/debian/patches/makefile-fixes.patch b/debian/patches/makefile-fixes.patch
index aadc7d5..d0910b7 100644
--- a/debian/patches/makefile-fixes.patch
+++ b/debian/patches/makefile-fixes.patch
@@ -11,7 +11,7 @@ Author: Tobias Hansen <thansen at debian.org>
 
 --- a/higan/GNUmakefile
 +++ b/higan/GNUmakefile
-@@ -36,10 +36,10 @@
+@@ -32,10 +32,10 @@
  else ifeq ($(platform),macosx)
    flags += -march=native
  else ifneq ($(filter $(platform),linux bsd),)
diff --git a/debian/patches/noopt.patch b/debian/patches/noopt.patch
index fc41c4f..2813d83 100644
--- a/debian/patches/noopt.patch
+++ b/debian/patches/noopt.patch
@@ -6,8 +6,8 @@ Bug-Debian: http://bugs.debian.org/737364
 
 --- a/higan/GNUmakefile
 +++ b/higan/GNUmakefile
-@@ -9,7 +9,8 @@
- target := tomoko
+@@ -5,7 +5,8 @@
+ profile := accuracy
  # console := true
  
 -flags += -I. -I.. -O3
diff --git a/debian/patches/use-XDG_CONFIG_HOME.patch b/debian/patches/use-XDG_CONFIG_HOME.patch
index 8e88738..d3c9dfc 100644
--- a/debian/patches/use-XDG_CONFIG_HOME.patch
+++ b/debian/patches/use-XDG_CONFIG_HOME.patch
@@ -6,7 +6,7 @@ Bug-Debian: http://bugs.debian.org/738270
 
 --- a/nall/string/platform.hpp
 +++ b/nall/string/platform.hpp
-@@ -64,7 +64,13 @@
+@@ -78,7 +78,13 @@
    #elif defined(PLATFORM_MACOSX)
    string result = {userpath(), "Library/Application Support/"};
    #else
@@ -19,5 +19,5 @@ Bug-Debian: http://bugs.debian.org/738270
 +    result = {userpath(), ".config/"};
 +  }
    #endif
-   if(result.empty()) result = ".";
+   if(!result) result = ".";
    if(result.endsWith("/") == false) result.append("/");

-- 
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