diff options
author | B. Watson <yalhcru@gmail.com> | 2014-03-14 16:35:57 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:15 -0500 |
commit | bdafd82aae90befcb289cfc17cbf348c7e17fde8 (patch) | |
tree | 25f25f3c8988b0eca408bb261a795105bbd0cd43 /games/xroar/alsa_first.diff | |
parent | 9b10df2f47d271864756879f696846e7d08e3485 (diff) | |
download | slackbuilds-bdafd82aae90befcb289cfc17cbf348c7e17fde8.tar.gz |
games/xroar: Updated for version 0.31.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xroar/alsa_first.diff')
-rw-r--r-- | games/xroar/alsa_first.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/xroar/alsa_first.diff b/games/xroar/alsa_first.diff index ea726927d2..5511dd4a1e 100644 --- a/games/xroar/alsa_first.diff +++ b/games/xroar/alsa_first.diff @@ -1,7 +1,7 @@ -diff -Naur xroar-0.28.1/module.c xroar-0.28.1.patched/module.c ---- xroar-0.28.1/module.c 2012-06-11 12:45:20.000000000 -0400 -+++ xroar-0.28.1.patched/module.c 2012-12-18 17:05:59.000000000 -0500 -@@ -94,6 +94,9 @@ +diff -Naur xroar-0.31.1/src/module.c xroar-0.31.1.patched/src/module.c +--- xroar-0.31.1/src/module.c 2013-12-04 02:38:24.000000000 -0500 ++++ xroar-0.31.1.patched/src/module.c 2014-03-14 01:03:20.000000000 -0400 +@@ -90,6 +90,9 @@ #ifdef HAVE_SUN_AUDIO &sound_sun_module, #endif @@ -11,7 +11,7 @@ diff -Naur xroar-0.28.1/module.c xroar-0.28.1.patched/module.c #ifdef HAVE_OSS_AUDIO &sound_oss_module, #endif -@@ -108,9 +111,6 @@ +@@ -104,9 +107,6 @@ #ifdef HAVE_SDL &sound_sdl_module, #endif |