aboutsummaryrefslogtreecommitdiffstats
path: root/palm/synce-librapi2
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-09-06 04:18:30 +0800
committerbsam <bsam@FreeBSD.org>2013-09-06 04:18:30 +0800
commitd4be7ebb16af8657e516c12bf0574fb925a3f26f (patch)
tree3b1d1321b78dcf4a659d95ca332649d8253316c1 /palm/synce-librapi2
parentd17cc05291e2481f97fd8cd319a6585d4004ffad (diff)
downloadfreebsd-ports-gnome-d4be7ebb16af8657e516c12bf0574fb925a3f26f.tar.gz
freebsd-ports-gnome-d4be7ebb16af8657e516c12bf0574fb925a3f26f.tar.zst
freebsd-ports-gnome-d4be7ebb16af8657e516c12bf0574fb925a3f26f.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 'palm/synce-librapi2')
-rw-r--r--palm/synce-librapi2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile
index 26fa61905cdd..0dade463a536 100644
--- a/palm/synce-librapi2/Makefile
+++ b/palm/synce-librapi2/Makefile
@@ -21,8 +21,7 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USES= pathfix iconv pkgconfig
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-libiconv="${LOCALBASE}" \
- --with-libsynce="${LOCALBASE}"
+CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} --with-libsynce="${LOCALBASE}"
.include <bsd.port.pre.mk>