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/samba4wins | |
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/samba4wins')
-rw-r--r-- | net/samba4wins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile index 804b758c43bb..cab0e50fd753 100644 --- a/net/samba4wins/Makefile +++ b/net/samba4wins/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --exec-prefix=${PREFIX} \ CONFIGURE_ARGS+= --disable-reg-gconf --disable-socket-wrapper \ --with-readline=/usr --with-included-popt \ - --with-libiconv=${LOCALBASE} --without-sqlite3 \ + ${ICONV_CONFIGURE_BASE} --without-sqlite3 \ --without-pthreads --without-python USE_RC_SUBR= smbd4wins |