From 9f7e7e1326e79bd8e12c1f04deb511f02f41b2f2 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Wed, 4 Sep 2013 20:01:05 +0000 Subject: Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk. It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) --- lang/gnat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gnat/Makefile') diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index e2429122eb22..27822a77abcd 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS= --enable-languages="c,ada" \ --program-prefix=gnat \ --disable-nls \ --with-system-zlib \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --libdir=${targlib} \ --libexecdir=${targlibexec} \ --disable-libada -- cgit v1.2.3