Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263574
Collapse All | Expand All

(-)odt2txt-0.4/Makefile (+3 lines)
Lines 56-61 Link Here
56
	CFLAGS += -I$(ZLIB_DIR)
56
	CFLAGS += -I$(ZLIB_DIR)
57
	LIBS = $(ZLIB_DIR)/libz.a
57
	LIBS = $(ZLIB_DIR)/libz.a
58
endif
58
endif
59
ifeq ($(UNAME_S),Darwin)
60
	LIBS += -liconv
61
endif
59
ifeq ($(UNAME_O),Cygwin)
62
ifeq ($(UNAME_O),Cygwin)
60
	CFLAGS += -DICONV_CHAR="const char"
63
	CFLAGS += -DICONV_CHAR="const char"
61
	LIBS += -liconv
64
	LIBS += -liconv

Return to bug 263574