Author: glen                         Date: Tue Feb 23 16:03:39 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make -buildkey value override builtin

---- Files affected:
packages/qt:
   qt-buildkey-fixed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/qt/qt-buildkey-fixed.patch
diff -u /dev/null packages/qt/qt-buildkey-fixed.patch:1.1
--- /dev/null   Tue Feb 23 17:03:39 2010
+++ packages/qt/qt-buildkey-fixed.patch Tue Feb 23 17:03:32 2010
@@ -0,0 +1,16 @@
+--- qt-x11-free-3.3.8b/configure~      2010-02-17 10:54:09.541536868 +0200
++++ qt-x11-free-3.3.8b/configure       2010-02-17 11:37:13.478572934 +0200
+@@ -3219,9 +3219,13 @@
+ rm -f .options
+ 
+ BUILD_OPTIONS="$BUILD_CONFIG $BUILD_OPTIONS"
++if [ "$CFG_USER_BUILD_KEY" ]; then
++      QT_BUILD_KEY=$CFG_USER_BUILD_KEY
++else
+ QT_BUILD_KEY="$CFG_USER_BUILD_KEY $UNAME_MACHINE $UNAME_SYSTEM $COMPILER 
$BUILD_OPTIONS"
+ # strip out leading/trailing/extra whitespace
+ QT_BUILD_KEY=`echo $QT_BUILD_KEY | sed -e "s,  *, ,g" -e "s,^  *,," -e "s,  
*$,,"`
++fi
+ 
+ 
#-------------------------------------------------------------------------------
+ # part of configuration information goes into qconfig.h
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to