[SCM] Simple and fast multimedia library for C++ branch, sfml-ng, updated. 906dae824d697c597dd1a3c8eb6a89c025f06b9e

Christoph Egger Christoph.Egger at gmx.de
Wed Dec 3 16:07:45 UTC 2008


The following commit has been merged in the sfml-ng branch:
commit 20baf041b197ac4e82b0041bee92d72749ad022a
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Wed Dec 3 16:37:56 2008 +0100

    Adding patch to add mrproper target to toplevel makefile

diff --git a/debian/patches/mrproper_target_in_toplevel_makefile.patch b/debian/patches/mrproper_target_in_toplevel_makefile.patch
new file mode 100644
index 0000000..7c2902e
--- /dev/null
+++ b/debian/patches/mrproper_target_in_toplevel_makefile.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile b/Makefile
+index 0bc27c6..0450eaa 100644
+--- a/Makefile
++++ b/Makefile
+@@ -13,3 +13,7 @@ install:
+ clean:
+ 	@(cd ./src/SFML && $(MAKE) $@)
+ 	@(cd ./samples  && $(MAKE) $@)
++
++mrproper:
++	@(cd ./src/SFML && $(MAKE) $@)
++	@(cd ./samples  && $(MAKE) $@)

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list