pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Don't need it on Lion



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5742e67a6f2a
branches:  trunk
changeset: 336317:5742e67a6f2a
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Thu Jul 11 15:16:12 2019 +0000

description:
Don't need it on Lion

diffstat:

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

diffs (17 lines):

diff -r ec7c3767f7e2 -r 5742e67a6f2a mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Thu Jul 11 14:54:48 2019 +0000
+++ b/mk/platform/Darwin.mk     Thu Jul 11 15:16:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.95 2019/07/10 17:15:27 sevan Exp $
+# $NetBSD: Darwin.mk,v 1.96 2019/07/11 15:16:12 sevan Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -217,6 +217,6 @@
 
 # strnlen(3) wasn't included until Lion, pull it in from libnbcompat on prior
 # releases.
-.if ${OS_VERSION:R} <= 11
+.if ${OS_VERSION:R} < 11
 _OPSYS_MISSING_FEATURES+=      strnlen
 .endif



Home | Main Index | Thread Index | Old Index