summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-01 11:41:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-01 12:01:11 +0100
commit0d0cc0d6a5f21d90fb79ab679a8476dcac51b96d (patch)
tree5ff7d2d5420f949eb6a39ab4390f5724f179f3bb /app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch
parentapp-text/libspectre: Drop 0.2.7 (diff)
downloadgentoo-0d0cc0d6a5f21d90fb79ab679a8476dcac51b96d.tar.gz
gentoo-0d0cc0d6a5f21d90fb79ab679a8476dcac51b96d.tar.bz2
gentoo-0d0cc0d6a5f21d90fb79ab679a8476dcac51b96d.zip
app-text/odt2txt: Drop 0.4-r1
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch')
-rw-r--r--app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch b/app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch
deleted file mode 100644
index 05957269888e..000000000000
--- a/app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur odt2txt-0.4/Makefile odt2txt-0.4/Makefile
---- odt2txt-0.4/Makefile 2008-06-23 23:32:28 +0400
-+++ odt2txt-0.4/Makefile 2010-05-24 15:39:16 +0400
-@@ -56,6 +56,9 @@
- CFLAGS += -I$(ZLIB_DIR)
- LIBS = $(ZLIB_DIR)/libz.a
- endif
-+ifeq ($(UNAME_S),Darwin)
-+ LIBS += -liconv
-+endif
- ifeq ($(UNAME_O),Cygwin)
- CFLAGS += -DICONV_CHAR="const char"
- LIBS += -liconv
-