summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-05-13 19:24:02 +0000
committertnn <tnn@pkgsrc.org>2022-05-13 19:24:02 +0000
commite1fba1374ace0f97438351d93a4779757a3a9e8a (patch)
tree8b1ca1cc160381eb04839e51a1e3dbdf457e10d1 /lang
parentb35fca8704511f57702e3897b7ff32941adb93fb (diff)
downloadpkgsrc-e1fba1374ace0f97438351d93a4779757a3a9e8a.tar.gz
python27: properly undo the isysroot change
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index a76c65df326..466bb8a4417 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2022/05/13 18:42:05 tnn Exp $
+# $NetBSD: Makefile,v 1.102 2022/05/13 19:24:02 tnn Exp $
.include "dist.mk"
@@ -104,7 +104,7 @@ PLIST.extra-so= yes
# modules will not be built.
.if ${OPSYS} == "Darwin"
. if exists(${OSX_SDK_PATH}/usr/include)
-CFLAGS+= -I${OSX_SDK_PATH:Q}
+CFLAGS+= -I${OSX_SDK_PATH:Q}/usr/include
SUBST_CLASSES+= sdkpath
SUBST_STAGE.sdkpath= pre-configure
SUBST_FILES.sdkpath= Lib/distutils/unixccompiler.py