diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-08-20 14:35:29 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-08-20 14:35:42 +0200 |
commit | 5b94739c84fec1e575996b979cdbda9bd7cb462b (patch) | |
tree | 840e3d2ea6f573ba20c7ac651b7fe1c5d59b686d /games-emulation/dosbox-staging/files | |
parent | media-video/gpac: security bump to 0.8.1 (diff) | |
download | gentoo-5b94739c84fec1e575996b979cdbda9bd7cb462b.tar.gz gentoo-5b94739c84fec1e575996b979cdbda9bd7cb462b.tar.bz2 gentoo-5b94739c84fec1e575996b979cdbda9bd7cb462b.zip |
games-emulation/dosbox-staging: 0.75.1 bump
Also fix compilation with USE=-alsa
Closes: https://bugs.gentoo.org/736234
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'games-emulation/dosbox-staging/files')
-rw-r--r-- | games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-pthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-pthread.patch b/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-pthread.patch new file mode 100644 index 000000000000..1aa7de682bd2 --- /dev/null +++ b/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-pthread.patch @@ -0,0 +1,11 @@ +--- dosbox-staging-0.75.1/configure.ac.orig 2020-08-20 14:25:41.295432272 +0200 ++++ dosbox-staging-0.75.1/configure.ac 2020-08-20 14:26:00.614461707 +0200 +@@ -37,7 +37,7 @@ + :, + AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]) + ) +-LIBS="$LIBS $SDL_LIBS" ++LIBS="$LIBS -lpthread $SDL_LIBS" + CPPFLAGS="$CPPFLAGS $SDL_CFLAGS" + + dnl Checks for header files. |