Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python38 python38: add python-embed.pc.in to PKGC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75923bd18336
branches:  trunk
changeset: 432662:75923bd18336
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 03:43:16 2020 +0000

description:
python38: add python-embed.pc.in to PKGCONFIG_OVERRIDE

diffstat:

 lang/python38/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 19c73e8730fa -r 75923bd18336 lang/python38/Makefile
--- a/lang/python38/Makefile    Sun May 24 02:10:55 2020 +0000
+++ b/lang/python38/Makefile    Sun May 24 03:43:16 2020 +0000
@@ -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+=       --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