pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/libiconv Simplify a condition.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d702287411e2
branches:  trunk
changeset: 494253:d702287411e2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 22 01:22:47 2005 +0000

description:
Simplify a condition.

diffstat:

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

diffs (19 lines):

diff -r 2812a2ab3196 -r d702287411e2 converters/libiconv/builtin.mk
--- a/converters/libiconv/builtin.mk    Sun May 22 00:01:36 2005 +0000
+++ b/converters/libiconv/builtin.mk    Sun May 22 01:22:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.7 2005/05/22 00:01:36 minskim Exp $
+# $NetBSD: builtin.mk,v 1.8 2005/05/22 01:22:47 minskim Exp $
 
 .if !defined(_LIBICONV_FOUND)
 _LIBICONV_FOUND!=                                                      \
@@ -104,8 +104,7 @@
 .    endif
 .  endif
 
-.  if defined(USE_GNU_ICONV) && \
-       (${OPSYS} != "Linux" || !empty(USE_BUILTIN.iconv:M[nN][oO]))
+.  if defined(USE_GNU_ICONV) && ${OPSYS} != "Linux"
 .    if !empty(IS_BUILTIN.iconv:M[nN][oO]) || \
         (${PREFER.iconv} == "pkgsrc")
 USE_BUILTIN.iconv=     no



Home | Main Index | Thread Index | Old Index