diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-19 20:47:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-19 20:47:54 +0000 |
commit | 687d40dc6f5380ea31bd89afd8d5434a927a14e9 (patch) | |
tree | d3099c7d8676a0fbce2f3ea3b8eaaa5a971d40fe /media-sound/alsamixergui/files | |
parent | conky patch that fixes bug #278343 (diff) | |
download | gentoo-2-687d40dc6f5380ea31bd89afd8d5434a927a14e9.tar.gz gentoo-2-687d40dc6f5380ea31bd89afd8d5434a927a14e9.tar.bz2 gentoo-2-687d40dc6f5380ea31bd89afd8d5434a927a14e9.zip |
Autoconf 2.64 compability wrt #257606.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/alsamixergui/files')
-rw-r--r-- | media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch index d1581d06e90d..751f8cc29273 100644 --- a/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch +++ b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-fltk-1.1.patch @@ -1,8 +1,7 @@ -Index: alsamixergui-0.9.0rc1-2/configure.in -=================================================================== ---- alsamixergui-0.9.0rc1-2.orig/configure.in -+++ alsamixergui-0.9.0rc1-2/configure.in -@@ -11,7 +11,7 @@ AC_PROG_INSTALL +diff -ur alsamixergui-0.9.0rc1-2.orig/configure.in alsamixergui-0.9.0rc1-2/configure.in +--- alsamixergui-0.9.0rc1-2.orig/configure.in 2002-05-03 12:40:21.000000000 +0300 ++++ alsamixergui-0.9.0rc1-2/configure.in 2009-07-19 23:45:10.000000000 +0300 +@@ -11,11 +11,11 @@ AC_PROG_LN_S dnl Checks for libraries. @@ -11,3 +10,8 @@ Index: alsamixergui-0.9.0rc1-2/configure.in AM_PATH_ALSA(0.9.0) dnl Checks for header files. + AC_HEADER_STDC +-AC_HAVE_HEADERS(stdio.h string.h stdlib.h getopt.h alsa/asoundlib.h FL/Fl.H) ++AC_HAVE_HEADERS(stdio.h string.h stdlib.h getopt.h alsa/asoundlib.h) + + AC_OUTPUT(Makefile src/Makefile) |