aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba4
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-06 04:18:30 +0800
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-06 04:18:30 +0800
commit54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be (patch)
tree3b1d1321b78dcf4a659d95ca332649d8253316c1 /net/samba4
parent454b9ce076de33c963302ac6c86affcddce681dd (diff)
downloadfreebsd-ports-gnome-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.tar.gz
freebsd-ports-gnome-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.tar.zst
freebsd-ports-gnome-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.zip
. introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'net/samba4')
-rw-r--r--net/samba4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile
index ba9fb279bc8e..a83277ccdcc9 100644
--- a/net/samba4/Makefile
+++ b/net/samba4/Makefile
@@ -159,7 +159,7 @@ CONFIGURE_ARGS+= \
--with-iconv \
--with-sendfile-support \
--builtin-libraries=smbclient \
- --with-libiconv="${LOCALBASE}" \
+ ${ICONV_CONFIGURE_BASE} \
--with-gettext="${LOCALBASE}"
# for libexecinfo: (so that __builtin_frame_address() finds the top of the stack)