[Lunar-commits] <moonbase> PyQt4: Adjusting the build.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Jan 9 20:48:49 CET 2011


commit 9589f7a362e9aee16fe3ee744870743b050f0349
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 9 14:48:49 2011 -0500

    PyQt4: Adjusting the build.
---
 python/PyQt4/BUILD |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/python/PyQt4/BUILD b/python/PyQt4/BUILD
index 6df6441..97a9693 100644
--- a/python/PyQt4/BUILD
+++ b/python/PyQt4/BUILD
@@ -2,7 +2,9 @@
 
   . /etc/profile.d/qt4.rc &&
 
-  echo "yes" | MORE="20000000" python ./configure.py $OPTS  &&
+  python ./configure.py      \
+         --confirm-license   \
+         $OPTS              &&
 
   default_make                 &&
   mkdir -p /usr/share/$MODULE  &&


More information about the Lunar-commits mailing list