summaryrefslogtreecommitdiff
path: root/media-sound/orpheus/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /media-sound/orpheus/files
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
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))