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: wiz
Date: Sat Jul 23 14:57:33 UTC 2022
Modified Files:
pkgsrc/lang/python27: Makefile
Log Message:
python27: set path to pkg-config in environment
avoids hardcoding WRKDIR path to it in binary
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 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.102 pkgsrc/lang/python27/Makefile:1.103
--- pkgsrc/lang/python27/Makefile:1.102 Fri May 13 19:24:02 2022
+++ pkgsrc/lang/python27/Makefile Sat Jul 23 14:57:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2022/05/13 19:24:02 tnn Exp $
+# $NetBSD: Makefile,v 1.103 2022/07/23 14:57:33 wiz Exp $
.include "dist.mk"
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-dbmliborder=ndbm:bdb
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --with-threads
+CONFIGURE_ARGS+= PKG_CONFIG=${PREFIX}/bin/pkg-config
CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q}
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
PKGCONFIG_OVERRIDE+= Misc/python.pc.in
Home |
Main Index |
Thread Index |
Old Index