r15464 - in packages/trunk/excellent-bifurcation/debian: . patches
Vincent Cheng
vcheng at moszumanska.debian.org
Mon Jun 29 05:48:57 UTC 2015
Author: vcheng
Date: 2015-06-29 05:48:57 +0000 (Mon, 29 Jun 2015)
New Revision: 15464
Added:
packages/trunk/excellent-bifurcation/debian/patches/fix_gcc5_clang_ftbfs.patch
Modified:
packages/trunk/excellent-bifurcation/debian/changelog
packages/trunk/excellent-bifurcation/debian/patches/series
Log:
excellent-bifurcation: fix gcc 5 ftbfs by building with -std=gnu89
Modified: packages/trunk/excellent-bifurcation/debian/changelog
===================================================================
--- packages/trunk/excellent-bifurcation/debian/changelog 2015-06-29 05:35:19 UTC (rev 15463)
+++ packages/trunk/excellent-bifurcation/debian/changelog 2015-06-29 05:48:57 UTC (rev 15464)
@@ -1,3 +1,10 @@
+excellent-bifurcation (0.0.20071015-7) UNRELEASED; urgency=medium
+
+ * Build with -std=gnu89 to force gnu89 inline semantics, fixing FTBFS with
+ both clang and gcc 5. (Closes: #757406, #777846)
+
+ -- Vincent Cheng <vcheng at debian.org> Sun, 28 Jun 2015 22:42:47 -0700
+
excellent-bifurcation (0.0.20071015-6) unstable; urgency=medium
* Team upload.
Added: packages/trunk/excellent-bifurcation/debian/patches/fix_gcc5_clang_ftbfs.patch
===================================================================
--- packages/trunk/excellent-bifurcation/debian/patches/fix_gcc5_clang_ftbfs.patch (rev 0)
+++ packages/trunk/excellent-bifurcation/debian/patches/fix_gcc5_clang_ftbfs.patch 2015-06-29 05:48:57 UTC (rev 15464)
@@ -0,0 +1,17 @@
+Description: Build with -std=gnu89 to force gnu89 inline semantics, fixing
+ FTBFS with both clang and gcc 5.
+Forwarded: no
+Author: Vincent Cheng <vcheng at debian.org>
+Bug-Debian: https://bugs.debian.org/757406
+Bug-Debian: https://bugs.debian.org/777846
+Last-Update: 2015-06-28
+
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -1,5 +1,5 @@
+ CC=gcc
+-CFLAGS=-Wall -O2
++CFLAGS=-Wall -O2 -std=gnu89
+ PKGCONFIG_FILES=libxdg-basedir
+ PKGCONFIG_CFLAGS= `pkg-config $(PKGCONFIG_FILES) --cflags`
+ PKGCONFIG_LDFLAGS= `pkg-config $(PKGCONFIG_FILES) --libs`
Modified: packages/trunk/excellent-bifurcation/debian/patches/series
===================================================================
--- packages/trunk/excellent-bifurcation/debian/patches/series 2015-06-29 05:35:19 UTC (rev 15463)
+++ packages/trunk/excellent-bifurcation/debian/patches/series 2015-06-29 05:48:57 UTC (rev 15464)
@@ -4,3 +4,4 @@
link-with-libm.patch
fix_allegro_linker_flag.patch
fix_hurd_ftbfs.patch
+fix_gcc5_clang_ftbfs.patch
More information about the Pkg-games-commits
mailing list