diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-10-24 21:36:30 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-10-24 21:36:30 +0100 |
commit | 3faf4a588314618d2747164741de1918205ffbf3 (patch) | |
tree | f130db20f372c09169ab6f555a69513712140a3c /games-fps/gzdoom/files | |
parent | app-portage/mirrorselect: 2.2.6-r1 revbump for bug 698470 (diff) | |
download | gentoo-3faf4a588314618d2747164741de1918205ffbf3.tar.gz gentoo-3faf4a588314618d2747164741de1918205ffbf3.tar.bz2 gentoo-3faf4a588314618d2747164741de1918205ffbf3.zip |
games-fps/gzdoom: Version bump to 4.2.3
The shm_open issue with libasmjit has gone away, at least temporarily,
because upstream have reverted to an older version that doesn't use
librt.
Closes: https://bugs.gentoo.org/695192
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/gzdoom/files')
-rw-r--r-- | games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch b/games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch index c74d08a24a47..5a8460e64199 100644 --- a/games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch +++ b/games-fps/gzdoom/files/gzdoom-4.2.1-Introduce-the-BUILD_NONFREE-option.patch @@ -9,14 +9,13 @@ and game_support.pk3) if they so desire. CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 7860358ef..23d317f42 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -404,10 +404,15 @@ add_subdirectory( libraries/lzma ) - add_subdirectory( tools ) - add_subdirectory( libraries/dumb ) - add_subdirectory( libraries/gdtoa ) +diff -Naur a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2019-10-20 15:16:08.000000000 +0100 ++++ b/CMakeLists.txt 2019-10-24 21:27:58.104006569 +0100 +@@ -444,10 +444,15 @@ + add_subdirectory( libraries/wildmidi ) + add_subdirectory( libraries/oplsynth ) + add_subdirectory( libraries/zmusic ) + add_subdirectory( wadsrc ) -add_subdirectory( wadsrc_bm ) |