This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository rbdoom3bfg.
commit d5efe704e74a2df989331d2128e43b53830db20a Author: Tobias Frost <[email protected]> Date: Sun Jun 21 16:40:08 2015 +0200 Need to add for kfreebsd --- debian/patches/82-enable-hurd-kfreebsd.patch | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/debian/patches/82-enable-hurd-kfreebsd.patch b/debian/patches/82-enable-hurd-kfreebsd.patch index 6f5c556..904d6d9 100644 --- a/debian/patches/82-enable-hurd-kfreebsd.patch +++ b/debian/patches/82-enable-hurd-kfreebsd.patch @@ -35,3 +35,32 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ #endif // RB end +--- a/neo/CMakeLists.txt ++++ b/neo/CMakeLists.txt +@@ -1423,6 +1423,7 @@ + ${PNG_LIBRARY} + ${JPEG_LIBRARY} + ${GLEW_LIBRARY} ++ ${CMAKE_DL_LIBS} + ) + + #CMAKE_BINARY_DIR +@@ -1579,10 +1580,6 @@ + set(RT_LIBRARY rt) + endif() + +- if(NOT "${CMAKE_SYSTEM}" MATCHES "FreeBSD") +- set(DL_LIBRARY dl) +- endif() +- + target_link_libraries(rbdoom3bfg + idlib + ${OPENGL_LIBRARIES} +@@ -1596,6 +1593,7 @@ + ${PNG_LIBRARY} + ${JPEG_LIBRARY} + ${GLEW_LIBRARY} ++ ${CMAKE_DL_LIBS} + ) + endif() + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rbdoom3bfg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

