From 78d1f199c40ba158a02b055b79e07d66d708397f Mon Sep 17 00:00:00 2001 From: Labbe Corentin Date: Mon, 9 Apr 2018 12:26:58 +0200 Subject: app-text/odt2txt: bump to 0.5 Closes: https://bugs.gentoo.org/651548 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- app-text/odt2txt/files/odt2txt-0.5-darwin_iconv.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app-text/odt2txt/files/odt2txt-0.5-darwin_iconv.patch (limited to 'app-text/odt2txt/files') diff --git a/app-text/odt2txt/files/odt2txt-0.5-darwin_iconv.patch b/app-text/odt2txt/files/odt2txt-0.5-darwin_iconv.patch new file mode 100644 index 000000000000..05957269888e --- /dev/null +++ b/app-text/odt2txt/files/odt2txt-0.5-darwin_iconv.patch @@ -0,0 +1,14 @@ +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 + -- cgit v1.2.3-65-gdbad