diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-03 00:28:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-03 00:28:03 +0000 |
commit | b8995c8c0834dbb84e619521eee4c901edd9b692 (patch) | |
tree | 14930ec8afd5433f9b3dd0581245d72865eb6be2 /media-sound/orpheus/files | |
parent | add ~sparc (diff) | |
download | gentoo-2-b8995c8c0834dbb84e619521eee4c901edd9b692.tar.gz gentoo-2-b8995c8c0834dbb84e619521eee4c901edd9b692.tar.bz2 gentoo-2-b8995c8c0834dbb84e619521eee4c901edd9b692.zip |
Upgrade to automake 1.9 at least, drop libghttp check pre-rebuild. Do a recursive rebuild.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/orpheus/files')
-rw-r--r-- | media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch b/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch index 28823e85e9d8..e6a5f87a210f 100644 --- a/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch +++ b/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch @@ -1,11 +1,15 @@ ---- orpheus-1.6/configure.old 2006-11-25 16:56:53.000000000 +0100 -+++ orpheus-1.6/configure 2006-11-25 16:57:30.000000000 +0100 -@@ -4219,7 +4219,7 @@ - fi - echo "$as_me:$LINENO: result: $ac_cv_lib_ghttp_ghttp_request_new" >&5 - echo "${ECHO_T}$ac_cv_lib_ghttp_ghttp_request_new" >&6 --if test $ac_cv_lib_ghttp_ghttp_request_new = yes; then -+if test $ac_cv_lib_ghttp_ghttp_request_new = nolibghttp; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBGHTTP 1 - _ACEOF +Index: orpheus-1.6/configure.in +=================================================================== +--- orpheus-1.6.orig/configure.in ++++ orpheus-1.6/configure.in +@@ -30,8 +30,8 @@ AM_PATH_XML2(2.0.0, [ + + AC_CHECK_LIB(ncurses, main,, AC_CHECK_LIB(curses, main,, AC_MSG_ERROR(The ncurses terminal library is required in order to build the program))) + +-AC_CHECK_LIB(ghttp, ghttp_request_new,, +- [AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)]) ++#AC_CHECK_LIB(ghttp, ghttp_request_new,, ++# [AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)]) + + AC_CHECK_LIB(vorbis, vorbis_synthesis_headerin,, + AC_MSG_WARN(libvorbisfile not found - the support for OGG tags edit is disabled)) |