pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python27 python27: properly undo the isysroot change



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bdba5dd571d
branches:  trunk
changeset: 379268:5bdba5dd571d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 13 19:24:02 2022 +0000

description:
python27: properly undo the isysroot change

diffstat:

 lang/python27/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5cbff69fb42 -r 5bdba5dd571d lang/python27/Makefile
--- a/lang/python27/Makefile    Fri May 13 18:42:05 2022 +0000
+++ b/lang/python27/Makefile    Fri May 13 19:24:02 2022 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index