pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python27
Module Name: pkgsrc
Committed By: tnn
Date: Fri May 13 19:24:03 UTC 2022
Modified Files:
pkgsrc/lang/python27: Makefile
Log Message:
python27: properly undo the isysroot change
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/lang/python27/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python27/Makefile
diff -u pkgsrc/lang/python27/Makefile:1.101 pkgsrc/lang/python27/Makefile:1.102
--- pkgsrc/lang/python27/Makefile:1.101 Fri May 13 18:42:05 2022
+++ pkgsrc/lang/python27/Makefile Fri May 13 19:24:02 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index