[extremetuxracer] 18/21: Add CPPFLAGS.patch

Markus Koschany apo-guest at moszumanska.debian.org
Sat Jan 23 21:28:48 UTC 2016


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

apo-guest pushed a commit to branch experimental
in repository extremetuxracer.

commit d43d69d99b998f620498eb041a738a5dc33c3d88
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jan 23 22:03:26 2016 +0100

    Add CPPFLAGS.patch
---
 debian/patches/CPPFLAGS.patch | 21 +++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/CPPFLAGS.patch b/debian/patches/CPPFLAGS.patch
new file mode 100644
index 0000000..4598529
--- /dev/null
+++ b/debian/patches/CPPFLAGS.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sat, 23 Jan 2016 22:03:17 +0100
+Subject: CPPFLAGS
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 240396d..e17b6e1 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -48,7 +48,7 @@ PKG_CHECK_MODULES([SFML_AUDIO], [sfml-audio >= 2.2],
+ 
+ PKG_CHECK_MODULES([SFML_WINDOW], [sfml-window >= 2.2],
+ [
+-  CPPFLAGS="${CFPPLAGS} $SFML_WINDOW_CFLAGS"
++  CPPFLAGS="${CPPFLAGS} $SFML_WINDOW_CFLAGS"
+   LIBS="${LIBS} $SFML_WINDOW_LIBS"
+ ],
+ [AC_MSG_ERROR([sfml-window not found])])
diff --git a/debian/patches/series b/debian/patches/series
index 63f69db..e3767d5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 desktop-file.patch
+CPPFLAGS.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/extremetuxracer.git



More information about the Pkg-games-commits mailing list