aboutsummaryrefslogtreecommitdiff
path: root/textproc/zorba
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-25 15:07:18 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-08-25 15:07:18 +0000
commitcb695246989709a815e2d9efe14eb2ccdd61ffa6 (patch)
tree24cac7d3cb02a7bb5a9f403cd15da533e05f0371 /textproc/zorba
parent4fb34afe91bf07d22a1b72bc2ff53f43cbc4d3dd (diff)
downloadports-cb695246989709a815e2d9efe14eb2ccdd61ffa6.tar.gz
ports-cb695246989709a815e2d9efe14eb2ccdd61ffa6.zip
Drop USES=iconv.
The port's build system only looks for iconv on Windows, and in any case the code itself never uses it.
Notes
Notes: svn path=/head/; revision=395297
Diffstat (limited to 'textproc/zorba')
-rw-r--r--textproc/zorba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile
index d6be15df04df..625b067f790e 100644
--- a/textproc/zorba/Makefile
+++ b/textproc/zorba/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zorba
PORTVERSION= 2.7.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= textproc
MASTER_SITES= https://launchpadlibrarian.net/119058962/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
@@ -43,7 +43,7 @@ CONFLICTS= xqilla-[0-9]*
USE_GNOME= libxml2 libxslt
USE_LDCONFIG= yes
USE_CXXSTD= c++11
-USES= cmake:outsource compiler:c++11-lib execinfo iconv
+USES= cmake:outsource compiler:c++11-lib execinfo
CXXFLAGS+= -I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT
LDFLAGS+= -L${LOCALBASE}/lib
CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \