aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-09-19 02:39:14 +0800
committerbsam <bsam@FreeBSD.org>2013-09-19 02:39:14 +0800
commit4950f6f0d93edddd1259cac3ed315f448a8b961e (patch)
tree078568f810eeaefadd089a84aed71d9b6ab0778e /textproc
parent9a8607083b9ead813c0754981562581824fb83d4 (diff)
downloadfreebsd-ports-gnome-4950f6f0d93edddd1259cac3ed315f448a8b961e.tar.gz
freebsd-ports-gnome-4950f6f0d93edddd1259cac3ed315f448a8b961e.tar.zst
freebsd-ports-gnome-4950f6f0d93edddd1259cac3ed315f448a8b961e.zip
Add explicit LDFLAGS+=${ICONV_LIB} when iconv is used.
Submitted by: marino (via e-mail) Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sphinxsearch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile
index d696b87b2279..5b2e344a136e 100644
--- a/textproc/sphinxsearch/Makefile
+++ b/textproc/sphinxsearch/Makefile
@@ -65,6 +65,7 @@ CONFIGURE_ARGS+= --without-pgsql
.if ${PORT_OPTIONS:MICONV}
CONFIGURE_ARGS+= --with-iconv
USES+= iconv
+LDFLAGS+= ${ICONV_LIB}
.else
CONFIGURE_ARGS+= --without-iconv
.endif