pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libiconv Back out previous and reset the BU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1be0df8dc8c
branches:  trunk
changeset: 495259:c1be0df8dc8c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jun 06 01:30:56 2005 +0000

description:
Back out previous and reset the BUILTIN_VERSION.iconv variable instead.
This should fix functioning on Linux systems that actually use GNU
libiconv as the builtin iconv implementation.

diffstat:

 converters/libiconv/builtin.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 65f09f1eeb51 -r c1be0df8dc8c converters/libiconv/builtin.mk
--- a/converters/libiconv/builtin.mk    Mon Jun 06 00:45:49 2005 +0000
+++ b/converters/libiconv/builtin.mk    Mon Jun 06 01:30:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.13 2005/06/05 22:05:00 minskim Exp $
+# $NetBSD: builtin.mk,v 1.14 2005/06/06 01:30:56 jlam Exp $
 
 BUILTIN_PKG:=  iconv
 
@@ -45,9 +45,9 @@
 # as the latest version on the libiconv-1.9.x branch.
 #
 .  if ${BUILTIN_VERSION.iconv} == "1.9"
-BUILTIN_ICONV_VERSION= 1.9.2           # latest version on 1.9.x branch
+BUILTIN_VERSION.iconv= 1.9.2           # latest version on 1.9.x branch
 .  endif
-BUILTIN_PKG.iconv=     libiconv-${BUILTIN_ICONV_VERSION}
+BUILTIN_PKG.iconv=     libiconv-${BUILTIN_VERSION.iconv}
 .endif
 MAKEVARS+=     BUILTIN_PKG.iconv
 



Home | Main Index | Thread Index | Old Index