pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Fix previous. Time to stop committing for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b62838e573ff
branches: trunk
changeset: 387068:b62838e573ff
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Nov 08 22:34:24 2018 +0000
description:
Fix previous. Time to stop committing for the day.
diffstat:
mk/platform/Darwin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0b860e33f098 -r b62838e573ff mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk Thu Nov 08 22:18:14 2018 +0000
+++ b/mk/platform/Darwin.mk Thu Nov 08 22:34:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.90 2018/11/08 22:18:14 schmonz Exp $
+# $NetBSD: Darwin.mk,v 1.91 2018/11/08 22:34:24 schmonz Exp $
#
# Variable definitions for the Darwin operating system.
@@ -96,7 +96,7 @@
#
# Use current system version SDK (avoid newer SDKs).
#
-.if exists(/usr/include/stdioooo.h)
+.if exists(/usr/include/stdio.h)
_OPSYS_INCLUDE_DIRS?= /usr/include
.elif exists(/usr/bin/xcrun)
. if !defined(OSX_SDK_PATH)
Home |
Main Index |
Thread Index |
Old Index