aboutsummaryrefslogtreecommitdiff
path: root/textproc/odt2txt
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-01-16 00:03:03 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-01-16 00:03:03 +0000
commit4a90898933ecd3c8457a9fdfc8f94f33deecf801 (patch)
treef5a0b12ce14c884b1f2a32d87ffe93f141cea5d1 /textproc/odt2txt
parentf1d32d2c9c5d001a521af7cbfc28a256550836bf (diff)
downloadports-4a90898933ecd3c8457a9fdfc8f94f33deecf801.tar.gz
ports-4a90898933ecd3c8457a9fdfc8f94f33deecf801.zip
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
Notes
Notes: svn path=/head/; revision=267871
Diffstat (limited to 'textproc/odt2txt')
-rw-r--r--textproc/odt2txt/Makefile2
-rw-r--r--textproc/odt2txt/distinfo1
2 files changed, 1 insertions, 2 deletions
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