[SCM] Packaging of reminiscence branch, master, updated. debian/0.1.9-1-6-g544fcd3

Damyan Ivanov dmn at debian.org
Thu Mar 17 09:21:57 UTC 2011


The following commit has been merged in the master branch:
commit 544fcd359e642ef2ea4d7949e95713b21635846e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Mar 17 11:21:49 2011 +0200

    add a patch to honour CXXFLAGS from the environment

diff --git a/debian/patches/honour-cxxflags.patch b/debian/patches/honour-cxxflags.patch
new file mode 100644
index 0000000..4e6df4b
--- /dev/null
+++ b/debian/patches/honour-cxxflags.patch
@@ -0,0 +1,13 @@
+--- a/Makefile
++++ b/Makefile
+@@ -6,8 +6,9 @@ DEFINES = -DBYPASS_PROTECTION
+ #DEFINES = -DBYPASS_PROTECTION -DENABLE_PASSWORD_MENU -DNDEBUG
+ 
+ CXX = g++
++EXT_CXXFLAGS := $(CXXFLAGS)
+ CXXFLAGS := -g -O -Wall -Wuninitialized -Wshadow -Wimplicit -Wundef -Wreorder -Wnon-virtual-dtor -Wno-multichar
+-CXXFLAGS += -MMD $(SDL_CFLAGS) -DUSE_ZLIB $(DEFINES)
++CXXFLAGS += -MMD $(SDL_CFLAGS) -DUSE_ZLIB $(DEFINES) $(EXT_CXXFLAGS)
+ 
+ SRCS = collision.cpp cutscene.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp menu.cpp \
+ 	mixer.cpp mod_player.cpp piege.cpp resource.cpp scaler.cpp seq_player.cpp sfx_player.cpp \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2e713ea
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+honour-cxxflags.patch

-- 
Packaging of reminiscence



More information about the Pkg-games-commits mailing list