summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-04-09 19:06:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-04-09 19:06:07 +0000
commitaceaff10e5f00e44e835a5b91e728b587f0e4a89 (patch)
tree7d3664fa9dc16c80f0be77ef764235a4d7a10c30 /games-emulation/dosbox/files
parentdosbox actually needs alsa-lib until the autotools stuff is fixed in the next... (diff)
downloadhistorical-aceaff10e5f00e44e835a5b91e728b587f0e4a89.tar.gz
historical-aceaff10e5f00e44e835a5b91e728b587f0e4a89.tar.bz2
historical-aceaff10e5f00e44e835a5b91e728b587f0e4a89.zip
brute force approach to bug #171942
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-emulation/dosbox/files')
-rw-r--r--games-emulation/dosbox/files/dosbox-0.70-alsa.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/dosbox/files/dosbox-0.70-alsa.patch b/games-emulation/dosbox/files/dosbox-0.70-alsa.patch
new file mode 100644
index 000000000000..e07d5acb0dbe
--- /dev/null
+++ b/games-emulation/dosbox/files/dosbox-0.70-alsa.patch
@@ -0,0 +1,13 @@
+--- configure.in.orig 2007-03-26 03:09:08.000000000 -0400
++++ configure.in 2007-03-26 03:10:11.000000000 -0400
+@@ -93,7 +93,9 @@
+ #switch language back
+ AC_LANG_POP(C++)
+
+-AM_PATH_ALSA(0.9.0, AC_DEFINE(HAVE_ALSA,1,[Define to 1 to use ALSA for MIDI]) , : )
++AC_ARG_ENABLE(alsa,AC_HELP_STRING([--enable-alsa],[Enable ALSA for MIDI]),[
++ AM_PATH_ALSA(0.9.0, AC_DEFINE(HAVE_ALSA,1,[Define to 1 to use ALSA for MIDI]) , : )
++])
+
+ #Check for big endian machine, should #define WORDS_BIGENDIAN if so
+ AC_C_BIGENDIAN