This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository libcsfml.
commit 41ffefe45546b13eb78998261a0a4ffd7d3365b3 Author: James Cowgill <[email protected]> Date: Tue Mar 3 21:16:31 2015 +0000 Refresh hurd patch --- debian/patches/hurd.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch index 98b9a96..272e788 100644 --- a/debian/patches/hurd.patch +++ b/debian/patches/hurd.patch @@ -1,22 +1,22 @@ Description: Allow building on GNU/Hurd Author: James Cowgill <[email protected]> -Last-Update: 2013-10-05 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/cmake/Config.cmake +++ b/cmake/Config.cmake -@@ -19,6 +19,8 @@ +@@ -17,6 +17,9 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Lin + set(SFML_OS_LINUX 1) elseif(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") - # FreeBSD compile path is the same as Linux - set(LINUX 1) + set(SFML_OS_FREEBSD 1) +elseif(${CMAKE_SYSTEM_NAME} MATCHES "GNU") -+ set(LINUX 1) ++ # Pretent to be FreeBSD ++ set(SFML_OS_FREEBSD 1) elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - set(MACOSX 1) + set(SFML_OS_MACOSX 1) --- a/include/SFML/Config.h +++ b/include/SFML/Config.h -@@ -51,7 +51,7 @@ +@@ -62,7 +62,7 @@ // MacOS #define CSFML_SYSTEM_MACOS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

