summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-24 19:34:01 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-24 20:20:25 -0400
commit9d7eb50eac5b95e5c2158c1d1b641c9d804bcb72 (patch)
treef0779e5e68dad94c8e3355c83fa661f8dfa832a0 /media-sound/orpheus/files
parentapp-shells/gentoo-bashcomp: remove unused patch(es) (diff)
downloadgentoo-9d7eb50eac5b95e5c2158c1d1b641c9d804bcb72.tar.gz
gentoo-9d7eb50eac5b95e5c2158c1d1b641c9d804bcb72.tar.bz2
gentoo-9d7eb50eac5b95e5c2158c1d1b641c9d804bcb72.zip
media-sound/orpheus: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8556
Diffstat (limited to 'media-sound/orpheus/files')
-rw-r--r--media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch15
1 files changed, 0 insertions, 15 deletions
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
index e6a5f87a210f..000000000000
--- a/media-sound/orpheus/files/orpheus-1.6-nolibghttp.patch
+++ /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))