[Lunar-commits] <moonbase> PyQt: do not fail and give up with error when both qt3 and qt4 are installed.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Mar 6 18:59:49 CET 2008
commit b6ddc1ff276289161cae6dc145ee3cbd3e7718fc
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Mar 6 18:59:49 2008 +0100
PyQt: do not fail and give up with error when both qt3 and qt4 are installed.
---
python/PyQt/PRE_BUILD | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/python/PyQt/PRE_BUILD b/python/PyQt/PRE_BUILD
index 267ac42..d667d24 100644
--- a/python/PyQt/PRE_BUILD
+++ b/python/PyQt/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+. /etc/profile.d/qt3.rc &&
echo "yes" | python ./configure.py $OPTS
More information about the Lunar-commits
mailing list