pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Follow Dan Winships solution from the teTeX-bin pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c568b18cee3e
branches:  trunk
changeset: 462722:c568b18cee3e
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Oct 10 15:46:08 2003 +0000

description:
Follow Dan Winships solution from the teTeX-bin package to check for
OS_VERSION >= 6.0 by using
${OS_VERSION:R} >= 6

diffstat:

 mk/defs.Darwin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 289984f80462 -r c568b18cee3e mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Fri Oct 10 15:02:57 2003 +0000
+++ b/mk/defs.Darwin.mk Fri Oct 10 15:46:08 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.58 2003/10/05 08:20:44 grant Exp $
+# $NetBSD: defs.Darwin.mk,v 1.59 2003/10/10 15:46:08 jschauma Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -107,7 +107,7 @@
 
 _DO_SHLIB_CHECKS=      yes     # on installation, fixup PLIST for shared libs
 _IMAKE_MAKE=           ${MAKE} # program which gets invoked by imake
-.if ${OS_VERSION} >= 6.0
+.if ${OS_VERSION:R} >= 6
 _OPSYS_HAS_INET6=      yes     # IPv6 is standard
 .else
 _OPSYS_HAS_INET6=      no      # IPv6 is not standard



Home | Main Index | Thread Index | Old Index