1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 19:03:15 +03:00
openwrt-packages/odt2txt/patches/Makefile.patch
Jiri Brozovsky dcc11f77b8 Initial OpenWRT port of "odt2txt" conversion utility (for Open
Document Format Files). This version has disabled charset conversion
(UTF-8 is assumed on output).
2010-07-23 15:27:03 +02:00

13 lines
314 B
Diff

--- odt2txt-0.4/Makefile 2008-06-23 21:32:28.000000000 +0200
+++ odt2txt-0.4m/Makefile 2010-07-23 14:19:20.706059237 +0200
@@ -10,9 +10,7 @@
CFLAGS = -O2
endif
-ifdef NO_ICONV
CFLAGS += -DNO_ICONV
-endif
KUNZIP_OBJS = kunzip/fileio.o kunzip/zipfile.o
OBJ = odt2txt.o regex.o mem.o strbuf.o $(KUNZIP_OBJS)