aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2011-01-16 08:03:03 +0800
committergerald <gerald@FreeBSD.org>2011-01-16 08:03:03 +0800
commitd318506d23b22064236b579110e906f6a50d3628 (patch)
tree8355d81eeae5b59e023bb904d00ff233c65fc6ba /textproc
parenta6a2e1ba881abb421367791a4f95cb8323911b72 (diff)
downloadfreebsd-ports-gnome-d318506d23b22064236b579110e906f6a50d3628.tar.gz
freebsd-ports-gnome-d318506d23b22064236b579110e906f6a50d3628.tar.zst
freebsd-ports-gnome-d318506d23b22064236b579110e906f6a50d3628.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
Diffstat (limited to 'textproc')
-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