[SCM] Simple and fast multimedia library for C++ branch, debian/kfreebsd, updated. upstream/1.4-106-g73f415b

Christoph Egger Christoph.Egger at gmx.de
Sat Dec 19 17:53:16 UTC 2009


The following commit has been merged in the debian/kfreebsd branch:
commit 73f415b92c88cb406ca3f2b30f15858bfb23b4cd
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Fri Dec 18 13:38:58 2009 +0100

    Apply fix for kFreeBSD also for Hurd

diff --git a/.topmsg b/.topmsg
index 8a76472..9fe88d1 100644
--- a/.topmsg
+++ b/.topmsg
@@ -2,6 +2,6 @@ From: Christoph Egger <Christoph.Egger at gmx.de>
 Subject: [PATCH] debian/kfreebsd
 
 This patch gets GNU/kFreeBSD handled as FreeBSD and therefor enables
-building on Debian GNU/kFreeBSD.
+building on Debian GNU/kFreeBSD. The same should work on GNU/Hurd so try that.
 
 Signed-off-by: Christoph Egger <Christoph.Egger at gmx.de>
diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp
index 84ec60f..7db03a9 100755
--- a/include/SFML/Config.hpp
+++ b/include/SFML/Config.hpp
@@ -49,7 +49,7 @@
     // MacOS
     #define SFML_SYSTEM_MACOS
 
-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)  || defined(__gnu_hurd__)
 
     // FreeBSD
     #define SFML_SYSTEM_FREEBSD

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list