From 54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Thu, 5 Sep 2013 20:18:30 +0000 Subject: . 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) --- net/samba36/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/samba36') diff --git a/net/samba36/Makefile b/net/samba36/Makefile index 86bc05593943..595cf99c3d63 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -95,7 +95,7 @@ BUILD_DEPENDS+= tevent>=0.9.11:${PORTSDIR}/devel/tevent RUN_DEPENDS+= tevent>=0.9.11:${PORTSDIR}/devel/tevent CONFIGURE_ARGS+= --without-libtevent --enable-external-libtevent # These options are common for all (sub)ports -CONFIGURE_ARGS+= --with-libiconv="${LOCALBASE}" \ +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_BASE} \ --disable-as-needed .if !defined(SAMBA_SUBPORT) -- cgit v1.2.3