summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-10-13 19:22:54 +0800
committerIan Delaney <idella4@gentoo.org>2015-10-13 19:23:51 +0800
commit90707a8ef54250b4bca083184beed7d39aff17e3 (patch)
treeee8a348df0c0a57ea3c6b418019f7e2f2a43bcba /media-tv/tvheadend/files
parentmedia-libs/libhdhomerun add x86 keyword (diff)
downloadgentoo-90707a8ef54250b4bca083184beed7d39aff17e3.tar.gz
gentoo-90707a8ef54250b4bca083184beed7d39aff17e3.tar.bz2
gentoo-90707a8ef54250b4bca083184beed7d39aff17e3.zip
media-tv/tvheadend: bump to -4.0.6, patch to fixing issues re IUSE iconv
patch submitted thanks to Olliver Schinagl, ebuild prepared by new designated proxy maintainer 'wraeth' submitted via gentoo bug, old versions removed on request of maintainer. Gnetoo bug: #551884 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-tv/tvheadend/files')
-rw-r--r--media-tv/tvheadend/files/glibc_iconv.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/media-tv/tvheadend/files/glibc_iconv.patch b/media-tv/tvheadend/files/glibc_iconv.patch
new file mode 100644
index 000000000000..91187869a209
--- /dev/null
+++ b/media-tv/tvheadend/files/glibc_iconv.patch
@@ -0,0 +1,40 @@
+From 984bcbb1acadd2957d7fc79dc4ec72e2e07a3572 Mon Sep 17 00:00:00 2001
+From: Olliver Schinagl <oliver@schinagl.nl>
+Date: Sat, 26 Sep 2015 22:36:08 +0200
+Subject: [PATCH] Use glibc version iconv
+
+Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
+---
+ Makefile | 2 +-
+ configure | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 07d6965..0ec0259 100644
+--- a/Makefile
++++ b/Makefile
+@@ -39,7 +39,7 @@ else
+ LDFLAGS += -ldl -lpthread -lm
+ endif
+ ifeq ($(CONFIG_LIBICONV),yes)
+-LDFLAGS += -liconv
++LDFLAGS +=
+ endif
+ ifeq ($(PLATFORM), darwin)
+ LDFLAGS += -framework CoreServices
+diff --git a/configure b/configure
+index 487456b..a6cce11 100755
+--- a/configure
++++ b/configure
+@@ -214,7 +214,7 @@ int test(void)
+ iconv_t ic = iconv_open("ASCII", "ASCII");
+ return 0;
+ }
+-' -liconv
++'
+
+ if enabled_or_auto dvben50221; then
+ check_cc_snippet libdvben50221 '
+--
+2.4.6
+