media-sound/orpheus: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 24 May 2018 17:34:01 +0000 (19:34 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 25 May 2018 00:20:25 +0000 (20:20 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8556

media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch [deleted file]

diff --git a/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch b/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch
deleted file mode 100644 (file)
index e6a5f87..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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))