summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-09-09 10:58:15 +0000
committerjperkin <jperkin@pkgsrc.org>2022-09-09 10:58:15 +0000
commitdfbf890a5b09443ba5bea82b6cf508d3ebffa33b (patch)
tree9aa994af0b9bbc8d48e2c961cbc2aeb5e08e10ff /bootstrap/bootstrap
parent1d6aba14fd7b80e76df6caf9e68e862bbdd2cf47 (diff)
downloadpkgsrc-dfbf890a5b09443ba5bea82b6cf508d3ebffa33b.tar.gz
bootstrap: Remove old -isystem hack on macOS.
This was introduced many years ago in PR#26143 to try and work around a misconfiguration in how Apple's GCC was built at the time. Newer compilers no longer look in /usr/local/include, and this workaround can now be harmful when trying to pick a specific SDK to build against.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 7968f925c49..5aa0cf6fa52 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.312 2022/06/16 22:12:20 charlotte Exp $
+# $NetBSD: bootstrap,v 1.313 2022/09/09 10:58:15 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -587,7 +587,6 @@ CYGWIN_*)
Darwin)
root_group=wheel
machine_arch=`get_machine_arch_darwin`
- CC=${CC:-"cc -isystem /usr/include"}; export CC
check_compiler=yes
# Combine major.minor product version for simpler numerical tests.