diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-06 04:18:30 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-06 04:18:30 +0800 |
commit | 54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be (patch) | |
tree | 3b1d1321b78dcf4a659d95ca332649d8253316c1 /net/samba4 | |
parent | 454b9ce076de33c963302ac6c86affcddce681dd (diff) | |
download | freebsd-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/Makefile | 2 |
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) |