[higan] 01/01: Apply sjlj-ftbfs.patch.

Tobias Hansen thansen at moszumanska.debian.org
Sun Jul 23 20:50:30 UTC 2017


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

thansen pushed a commit to branch master
in repository higan.

commit eef0bf2990e477f875f70876124163201482ab0b
Author: Tobias Hansen <thansen at debian.org>
Date:   Sun Jul 23 21:49:07 2017 +0100

    Apply sjlj-ftbfs.patch.
---
 debian/changelog                |  7 +++++++
 debian/patches/series           |  1 +
 debian/patches/sjlj-ftbfs.patch | 14 ++++++++++++++
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 52a7e9c..e1b06a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+higan (103-2) unstable; urgency=medium
+
+  * Apply sjlj-ftbfs.patch from Adrian Bunk (Closes: 869385)
+    (Include settings.h for thread_local.)
+
+ -- Tobias Hansen <thansen at debian.org>  Sun, 23 Jul 2017 21:46:27 +0100
+
 higan (103-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/series b/debian/patches/series
index ca59900..54ade30 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ create_config.patch
 include_cmath.patch
 disable-alsa-and-udev-on-non-linux.patch
 tomoko-makefile-fixes.patch
+sjlj-ftbfs.patch
diff --git a/debian/patches/sjlj-ftbfs.patch b/debian/patches/sjlj-ftbfs.patch
new file mode 100644
index 0000000..ae38878
--- /dev/null
+++ b/debian/patches/sjlj-ftbfs.patch
@@ -0,0 +1,14 @@
+Description: sjlj.c needs settings.h for thread_local
+Author: Adrian Bunk <bunk at debian.org>
+Bug-Debian: https://bugs.debian.org/869385
+
+--- a/libco/sjlj.c
++++ b/libco/sjlj.c
+@@ -12,6 +12,7 @@
+ #define LIBCO_C
+ #define _XOPEN_SOURCE 700
+ #include "libco.h"
++#include "settings.h"
+ 
+ #include <stdlib.h>
+ #include <signal.h>

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