diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-06 00:12:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-06 00:12:04 +0000 |
commit | f60239af5960dab36142f4779344243b6792acec (patch) | |
tree | 898164e1b9eafab72fcb5edfac88eef7a86ee6c9 /games-emulation | |
parent | Adding wrapper check for dropped keywords (bug #103056) (diff) | |
download | gentoo-2-f60239af5960dab36142f4779344243b6792acec.tar.gz gentoo-2-f60239af5960dab36142f4779344243b6792acec.tar.bz2 gentoo-2-f60239af5960dab36142f4779344243b6792acec.zip |
tidy
(Portage version: 2.0.53)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/advancemenu/files/advancemenu-2.4.10-alsa-pkg-config.patch | 44 | ||||
-rw-r--r-- | games-emulation/advancemenu/files/advancemenu-2.4.11-alsa-pkg-config.patch | 44 |
2 files changed, 0 insertions, 88 deletions
diff --git a/games-emulation/advancemenu/files/advancemenu-2.4.10-alsa-pkg-config.patch b/games-emulation/advancemenu/files/advancemenu-2.4.10-alsa-pkg-config.patch deleted file mode 100644 index de0af21f2fc0..000000000000 --- a/games-emulation/advancemenu/files/advancemenu-2.4.10-alsa-pkg-config.patch +++ /dev/null @@ -1,44 +0,0 @@ -Make sure we ask alsa what libraries it needs rather than assuming. - -http://bugs.gentoo.org/97628 - -Changes for configure.ac: - -------------------------------------- - [snd_pcm_open], - [ac_lib_alsa=yes], - [ac_lib_alsa=no], - - [-lm] - + [`pkg-config alsa --libs`] - ) - if test $ac_lib_alsa = yes; then - AC_MSG_CHECKING([for ALSA]) - -------------------------------------- - [snd_pcm_open], - [], - [AC_MSG_ERROR([the ALSA library is missing])], - - [-lm] - + [`pkg-config alsa --libs`] - ) - AC_MSG_CHECKING([for ALSA version]) - AC_TRY_COMPILE([ - ---- configure -+++ configure -@@ -8298,7 +8298,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lasound -lm -+LIBS="-lasound `pkg-config alsa --libs` - $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -8428,7 +8428,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lasound -lm -+LIBS="-lasound `pkg-config alsa --libs` - $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ diff --git a/games-emulation/advancemenu/files/advancemenu-2.4.11-alsa-pkg-config.patch b/games-emulation/advancemenu/files/advancemenu-2.4.11-alsa-pkg-config.patch deleted file mode 100644 index de0af21f2fc0..000000000000 --- a/games-emulation/advancemenu/files/advancemenu-2.4.11-alsa-pkg-config.patch +++ /dev/null @@ -1,44 +0,0 @@ -Make sure we ask alsa what libraries it needs rather than assuming. - -http://bugs.gentoo.org/97628 - -Changes for configure.ac: - -------------------------------------- - [snd_pcm_open], - [ac_lib_alsa=yes], - [ac_lib_alsa=no], - - [-lm] - + [`pkg-config alsa --libs`] - ) - if test $ac_lib_alsa = yes; then - AC_MSG_CHECKING([for ALSA]) - -------------------------------------- - [snd_pcm_open], - [], - [AC_MSG_ERROR([the ALSA library is missing])], - - [-lm] - + [`pkg-config alsa --libs`] - ) - AC_MSG_CHECKING([for ALSA version]) - AC_TRY_COMPILE([ - ---- configure -+++ configure -@@ -8298,7 +8298,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lasound -lm -+LIBS="-lasound `pkg-config alsa --libs` - $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -8428,7 +8428,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lasound -lm -+LIBS="-lasound `pkg-config alsa --libs` - $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ |