[libsfml] 04/05: Update the hurd patch to fix the build error introduced in 2.2
James Cowgill
jcowgill-guest at moszumanska.debian.org
Tue Jun 30 14:21:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
jcowgill-guest pushed a commit to branch master
in repository libsfml.
commit 5b51527156a709b31a496961ad25ad1da7aee2b3
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Tue Jun 30 15:01:35 2015 +0100
Update the hurd patch to fix the build error introduced in 2.2
---
debian/patches/02_hurd.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/debian/patches/02_hurd.patch b/debian/patches/02_hurd.patch
index 3b7775e..1980a38 100644
--- a/debian/patches/02_hurd.patch
+++ b/debian/patches/02_hurd.patch
@@ -154,3 +154,16 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
+
+#endif // SFML_JOYSTICKIMPLDUMMY_HPP
+--- a/src/SFML/Window/JoystickImpl.hpp
++++ b/src/SFML/Window/JoystickImpl.hpp
+@@ -82,6 +82,10 @@ struct JoystickState
+
+ #include <SFML/Window/Win32/JoystickImpl.hpp>
+
++#elif defined(SFML_SYSTEM_HURD)
++
++ #include <SFML/Window/Dummy/JoystickImpl.hpp>
++
+ #elif defined(SFML_SYSTEM_LINUX)
+
+ #include <SFML/Window/Unix/JoystickImpl.hpp>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git
More information about the Pkg-games-commits
mailing list