Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97507 | Differences between
and this patch

Collapse All | Expand All

(-)libmikmod-3.1.11.orig/configure.in (-4 / +4 lines)
Lines 6-12 Link Here
6
6
7
LIBMIKMOD_MAJOR_VERSION=3
7
LIBMIKMOD_MAJOR_VERSION=3
8
LIBMIKMOD_MINOR_VERSION=1
8
LIBMIKMOD_MINOR_VERSION=1
9
LIBMIKMOD_MICRO_VERSION=10
9
LIBMIKMOD_MICRO_VERSION=11
10
10
11
BETA=
11
BETA=
12
12
Lines 257-266 Link Here
257
if test "`uname`" = "Linux" && test $libmikmod_driver_alsa = yes
257
if test "`uname`" = "Linux" && test $libmikmod_driver_alsa = yes
258
then
258
then
259
	libmikmod_driver_alsa=no
259
	libmikmod_driver_alsa=no
260
	AC_CHECK_HEADERS(sys/asoundlib.h)
260
	AC_CHECK_HEADERS(alsa/asoundlib.h)
261
	if test $ac_cv_header_sys_asoundlib_h = yes
261
	if test $ac_cv_header_alsa_asoundlib_h = yes
262
	then
262
	then
263
		AC_CHECK_LIB(asound,snd_cards,libmikmod_driver_alsa=yes)
263
		AC_CHECK_LIB(asound,snd_card_load,libmikmod_driver_alsa=yes)
264
	fi
264
	fi
265
else
265
else
266
	libmikmod_driver_alsa=no
266
	libmikmod_driver_alsa=no

Return to bug 97507