diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-16 11:16:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-16 11:16:28 +0000 |
commit | 05b0de18ccc69280f938ab437efa9cb29e8e38a2 (patch) | |
tree | 5dee5d3dd35837c14d784d066b22ee1a6e933eea /converters/libiconv | |
parent | 7f23a25bed9290b8507dceee89ea12f28747213e (diff) | |
download | pkgsrc-05b0de18ccc69280f938ab437efa9cb29e8e38a2.tar.gz |
Remove "--without-libiconv-prefix", almost no configure script recognizes it.
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/builtin.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/libiconv/builtin.mk b/converters/libiconv/builtin.mk index ed78f05c0f6..054a4565647 100644 --- a/converters/libiconv/builtin.mk +++ b/converters/libiconv/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.21 2010/11/10 21:00:49 adam Exp $ +# $NetBSD: builtin.mk,v 1.22 2011/01/16 11:16:28 wiz Exp $ BUILTIN_PKG:= iconv @@ -162,8 +162,6 @@ BUILDLINK_TRANSFORM+= rm:-liconv . if defined(GNU_CONFIGURE) . if !empty(USE_BUILTIN.iconv:M[nN][oO]) CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} -. else -CONFIGURE_ARGS+= --without-libiconv-prefix . endif . endif |