mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
$NetBSD: patch-ab,v 1.2 2007/09/03 10:21:08 drochner Exp $
|
|
|
|
--- mmkeys/Makefile.orig 2007-07-18 22:46:30.000000000 +0200
|
|
+++ mmkeys/Makefile
|
|
@@ -4,7 +4,7 @@ mmkeys.so: build
|
|
cp build/lib*/mmkeys.so .
|
|
|
|
build: mmkeyspy.c
|
|
- ./setup.py build
|
|
+ ${PYTHONBIN} ./setup.py build
|
|
|
|
DEFS=`pkg-config --variable=defsdir pygtk-2.0`
|
|
|