summaryrefslogtreecommitdiffstats
path: root/games/xroar/alsa_first.diff
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2018-08-29 04:17:07 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-01 07:32:28 +0700
commit8ed58d113df28360e2f55959f40f8fea07e7b3f7 (patch)
treeac021612067fe33636ca0b8eb22e364a844f5089 /games/xroar/alsa_first.diff
parente82d7a735d373e4f478a59024735b014a9307277 (diff)
downloadslackbuilds-8ed58d113df28360e2f55959f40f8fea07e7b3f7.tar.gz
slackbuilds-8ed58d113df28360e2f55959f40f8fea07e7b3f7.tar.xz
games/xroar: Updated for version 0.35.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/xroar/alsa_first.diff')
-rw-r--r--games/xroar/alsa_first.diff23
1 files changed, 0 insertions, 23 deletions
diff --git a/games/xroar/alsa_first.diff b/games/xroar/alsa_first.diff
deleted file mode 100644
index 5511dd4a1e..0000000000
--- a/games/xroar/alsa_first.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-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
-+#ifdef HAVE_ALSA_AUDIO
-+ &sound_alsa_module,
-+#endif
- #ifdef HAVE_OSS_AUDIO
- &sound_oss_module,
- #endif
-@@ -104,9 +107,6 @@
- #ifdef HAVE_SDL
- &sound_sdl_module,
- #endif
--#ifdef HAVE_ALSA_AUDIO
-- &sound_alsa_module,
--#endif
- #ifdef HAVE_JACK_AUDIO
- &sound_jack_module,
- #endif