diff options
author | Labbe Corentin <clabbe.montjoie@gmail.com> | 2018-04-09 12:26:58 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-04-09 19:51:12 +0200 |
commit | 78d1f199c40ba158a02b055b79e07d66d708397f (patch) | |
tree | 3eddad2089579ba6644d4d631935b7c4e8e26a82 /app-text/odt2txt/files | |
parent | kde-misc/kdeconnect: Version bump 1.3.0 (diff) | |
download | gentoo-78d1f199c40ba158a02b055b79e07d66d708397f.tar.gz gentoo-78d1f199c40ba158a02b055b79e07d66d708397f.tar.bz2 gentoo-78d1f199c40ba158a02b055b79e07d66d708397f.zip |
app-text/odt2txt: bump to 0.5
Closes: https://bugs.gentoo.org/651548
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text/odt2txt/files')
-rw-r--r-- | app-text/odt2txt/files/odt2txt-0.5-darwin_iconv.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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 + |