From 4a90898933ecd3c8457a9fdfc8f94f33deecf801 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 16 Jan 2011 00:03:03 +0000 Subject: We no longer need to override ICONV_CHAR via CPPFLAGS, it is automatically detected now. (This also avoids double quotes in CPPFLAGS. [1]) PR: 153625 [1] Feature safe: yes --- textproc/odt2txt/Makefile | 2 +- textproc/odt2txt/distinfo | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/odt2txt/Makefile b/textproc/odt2txt/Makefile index 55c2df2a56db..46b0686a180d 100644 --- a/textproc/odt2txt/Makefile +++ b/textproc/odt2txt/Makefile @@ -15,7 +15,7 @@ COMMENT= A simple (and stupid) converter from OpenDocument Text to plain text USE_GMAKE= yes USE_ICONV= yes -CPPFLAGS+= -DICONV_CHAR="const char" -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/odt2txt diff --git a/textproc/odt2txt/distinfo b/textproc/odt2txt/distinfo index a5822ab9bd9d..65eefae31a8f 100644 --- a/textproc/odt2txt/distinfo +++ b/textproc/odt2txt/distinfo @@ -1,3 +1,2 @@ -MD5 (odt2txt-0.4.tar.gz) = 6fe3bd261ce2dde2810244bbe969bbc5 SHA256 (odt2txt-0.4.tar.gz) = a5f4bdf81cdc2afb60fa74ed5da34235eafdc78263f5aaa325193c2bf8d166f8 SIZE (odt2txt-0.4.tar.gz) = 23997 -- cgit v1.2.3