This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository libsfml.
commit 38d8a8123ac7f900cfc884f3f208331b7487de41 Author: James Cowgill <[email protected]> Date: Sun Jul 9 01:12:38 2017 +0100 Fix libsfml-window.so libraries when building on hurd-i386 The hurd patch wasn't updated to link Xrandr when the XCB conversion was reverted upstream in SFML 2.4.1. This causes ld.so errors in reverse dependencies on hurd. --- debian/patches/02_hurd.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/02_hurd.patch b/debian/patches/02_hurd.patch index ebb5d2a..dc4db4d 100644 --- a/debian/patches/02_hurd.patch +++ b/debian/patches/02_hurd.patch @@ -67,7 +67,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ if(SFML_OS_WINDOWS) list(APPEND WINDOW_EXT_LIBS winmm gdi32) +elseif(SFML_OS_HURD) -+ list(APPEND WINDOW_EXT_LIBS ${X11_X11_LIB} ${LIBXCB_LIBRARIES}) ++ list(APPEND WINDOW_EXT_LIBS ${X11_X11_LIB} ${X11_Xrandr_LIB}) elseif(SFML_OS_LINUX) list(APPEND WINDOW_EXT_LIBS ${X11_X11_LIB} ${X11_Xrandr_LIB} ${UDEV_LIBRARIES}) elseif(SFML_OS_FREEBSD) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

