From 780239b15f855b764ac81c430d68ab04ce9f9bef Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 16 Oct 2015 14:02:39 +0200 Subject: media-tv/tvheadend: Rename patch to match what is used from epatch in the ebuild. Package-Manager: portage-2.2.23 --- .../files/4.0.6-use-glibc-version-iconv.patch | 40 ++++++++++++++++++++++ media-tv/tvheadend/files/glibc_iconv.patch | 40 ---------------------- 2 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 media-tv/tvheadend/files/4.0.6-use-glibc-version-iconv.patch delete mode 100644 media-tv/tvheadend/files/glibc_iconv.patch (limited to 'media-tv') diff --git a/media-tv/tvheadend/files/4.0.6-use-glibc-version-iconv.patch b/media-tv/tvheadend/files/4.0.6-use-glibc-version-iconv.patch new file mode 100644 index 000000000000..91187869a209 --- /dev/null +++ b/media-tv/tvheadend/files/4.0.6-use-glibc-version-iconv.patch @@ -0,0 +1,40 @@ +From 984bcbb1acadd2957d7fc79dc4ec72e2e07a3572 Mon Sep 17 00:00:00 2001 +From: Olliver Schinagl +Date: Sat, 26 Sep 2015 22:36:08 +0200 +Subject: [PATCH] Use glibc version iconv + +Signed-off-by: Olliver Schinagl +--- + 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 + diff --git a/media-tv/tvheadend/files/glibc_iconv.patch b/media-tv/tvheadend/files/glibc_iconv.patch deleted file mode 100644 index 91187869a209..000000000000 --- a/media-tv/tvheadend/files/glibc_iconv.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 984bcbb1acadd2957d7fc79dc4ec72e2e07a3572 Mon Sep 17 00:00:00 2001 -From: Olliver Schinagl -Date: Sat, 26 Sep 2015 22:36:08 +0200 -Subject: [PATCH] Use glibc version iconv - -Signed-off-by: Olliver Schinagl ---- - 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 - -- cgit v1.2.3-65-gdbad