pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python38
Module Name: pkgsrc
Committed By: markd
Date: Sun May 24 03:43:16 UTC 2020
Modified Files:
pkgsrc/lang/python38: Makefile
Log Message:
python38: add python-embed.pc.in to PKGCONFIG_OVERRIDE
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/python38/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/python38/Makefile
diff -u pkgsrc/lang/python38/Makefile:1.10 pkgsrc/lang/python38/Makefile:1.11
--- pkgsrc/lang/python38/Makefile:1.10 Thu May 21 17:25:13 2020
+++ pkgsrc/lang/python38/Makefile Sun May 24 03:43:16 2020
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/05/21 17:25:13 leot Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/24 03:43:16 markd Exp $
+PKGREVISION= 1
.include "dist.mk"
PKGNAME= python38-${PY_DISTVERSION}
@@ -28,7 +29,7 @@ CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
-PKGCONFIG_OVERRIDE+= Misc/python.pc.in
+PKGCONFIG_OVERRIDE+= Misc/python.pc.in Misc/python-embed.pc.in
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index