pkgsrc-WIP-changes archive

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

frida-glib2: fix python module handling in PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Mar 20 10:40:57 2018 +0100
Changeset:	8c98956693e0442c371aa85ef05bac5354367cd1

Modified Files:
	frida-glib2/Makefile

Log Message:
frida-glib2: fix python module handling in PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8c98956693e0442c371aa85ef05bac5354367cd1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 frida-glib2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/frida-glib2/Makefile b/frida-glib2/Makefile
index 4e7f8c145c..a12fc699f2 100644
--- a/frida-glib2/Makefile
+++ b/frida-glib2/Makefile
@@ -70,8 +70,10 @@ post-install:
 
 # to run gdbus-codegen to generate gdbus-daemon-generated.{h,c}
 TOOL_DEPENDS+=		${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+PY_PATCHPLIST=		yes
 PYTHON_FOR_BUILD_ONLY?=	yes
 .include "../../lang/python/pyversion.mk"
+.include "../../lang/python/extension.mk"
 
 IGNORE_PKG.libffi=	yes
 


Home | Main Index | Thread Index | Old Index