This is an automated email from the git hooks/post-receive script. beuc pushed a commit to branch master in repository gargoyle-free.
commit 3b44ccee599416d3411d52bf548d1797bb170e78 Author: Sylvain Beucler <[email protected]> Date: Wed Jul 15 14:26:28 2015 +0200 Apply GCC-5 fix from upstream tracker --- debian/patches/gcc-5.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) diff --git a/debian/patches/gcc-5.patch b/debian/patches/gcc-5.patch new file mode 100644 index 0000000..0a9658b --- /dev/null +++ b/debian/patches/gcc-5.patch @@ -0,0 +1,18 @@ +Description: compile with GCC 5 +Forwarded: https://github.com/garglk/garglk/pull/217 +Author: [email protected] +Last-Update: 2015-07-15 + +Index: gargoyle-free/terps/Jamfile +=================================================================== +--- gargoyle-free.orig/terps/Jamfile ++++ gargoyle-free/terps/Jamfile +@@ -395,7 +395,7 @@ if $(MAKE_NITFOL) = yes + SubDir TOP terps nitfol ; + ObjDir nitfol ; + +- SubDirCcFlags -DSMART_TOKENISER -DDEBUGGING -DFAST -DUSE_INLINE -DNO_TICK ; ++ SubDirCcFlags -fgnu89-inline -DSMART_TOKENISER -DDEBUGGING -DFAST -DUSE_INLINE -DNO_TICK ; + + Main $(GARGLKPRE)nitfol : + automap.c solve.c infix.c copying.c debug.c inform.c quetzal.c diff --git a/debian/patches/series b/debian/patches/series index 1d8fd8a..585230f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ desktop_menu_entry_crs.patch desktop_menu_entry.patch fhs_locate_private_binaries.patch librt.patch +gcc-5.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gargoyle-free.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

