The following commit has been merged in the debian/kfreebsd branch:
commit 73f415b92c88cb406ca3f2b30f15858bfb23b4cd
Author: Christoph Egger <[email protected]>
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 <[email protected]>
 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 <[email protected]>
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++

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to