[ace-of-penguins] 105/141: debian/patches/50-buildflags.patch: linking adjustments by Steve Cotton <steve at s.cotton.clara.co.uk>
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Jan 6 13:55:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository ace-of-penguins.
commit 0c338b145442592a40e014fa9274fa52f2414ebd
Author: Jari Aalto <jari.aalto at cante.net>
Date: Tue Jul 2 10:08:18 2013 +0300
debian/patches/50-buildflags.patch: linking adjustments by Steve Cotton <steve at s.cotton.clara.co.uk>
---
debian/patches/50-buildflags.patch | 22 ++++------------------
1 file changed, 4 insertions(+), 18 deletions(-)
diff --git a/debian/patches/50-buildflags.patch b/debian/patches/50-buildflags.patch
index bdf314e..a726aba 100644
--- a/debian/patches/50-buildflags.patch
+++ b/debian/patches/50-buildflags.patch
@@ -1,22 +1,8 @@
-From: Simon Ruderich <simon at ruderich.org>
-Subject: Add dupport for CPPFLAGS
-Last-Update: 2012-03-24
+From: Simon Ruderich <simon at ruderich.org>,
+ Steve Cotton <steve at s.cotton.clara.co.uk>
+Last-Update: 2013-06-17 by Steve Cotton <steve at s.cotton.clara.co.uk>
+Subject: Add support for CPPFLAGS
---- ace-of-penguins-1.3.orig/lib/Makefile.in
-+++ ace-of-penguins-1.3/lib/Makefile.in
-@@ -565,10 +565,10 @@ images.c : make-imglib Makefile images.i
- ./make-imglib -n cards -i $(srcdir)/png -d images.d $(srcdir)/images.in images.c
-
- make-imglib : make-imglib.c
-- $(BUILD_CC) $(srcdir)/make-imglib.c -o make-imglib -lpng -lz
-+ $(BUILD_CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(srcdir)/make-imglib.c -o make-imglib -lpng -lz
-
- text2c : text2c.c
-- $(BUILD_CC) $(srcdir)/text2c.c -o text2c -lpng -lz
-+ $(BUILD_CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(srcdir)/text2c.c -o text2c -lpng -lz
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
--- ace-of-penguins-1.3.orig/lib/Makefile.am
+++ ace-of-penguins-1.3/lib/Makefile.am
@@ -24,7 +24,7 @@ images.c : make-imglib Makefile images.i
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ace-of-penguins.git
More information about the Pkg-games-commits
mailing list