summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-01-27 18:59:07 +1100
committerDanny Rawlins <monster.romster@gmail.com>2014-01-27 18:59:07 +1100
commit833d5a6f16ea09985ac57cb27de7b419a0762839 (patch)
treeb43f1c0db450a03946dd45e6d820395c54a31fa2
parentf451382be546bd9372b8286a031308b089c8ddf5 (diff)
downloadcontrib-833d5a6f16ea09985ac57cb27de7b419a0762839.tar.gz
contrib-833d5a6f16ea09985ac57cb27de7b419a0762839.tar.xz
wxpython: hard code path to python to prevent virtual python issues
-rw-r--r--wxpython/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wxpython/Pkgfile b/wxpython/Pkgfile
index 3a8238c98..50d55bf5f 100644
--- a/wxpython/Pkgfile
+++ b/wxpython/Pkgfile
@@ -17,7 +17,7 @@ build() {
CFLAGS="$CFLAGS -fno-strict-aliasing" \
CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
- python setup.py \
+ /usr/bin/python setup.py \
WXPORT=gtk2 \
UNICODE=1 \
BUILD_GLCANVAS=1 \

Generated by cgit