rev 9370 - trunk/packages/qt-x11-free/debian/patches

Fathi Boudra fabo at alioth.debian.org
Sat Feb 9 16:11:04 UTC 2008


Author: fabo
Date: 2008-02-09 16:11:04 +0000 (Sat, 09 Feb 2008)
New Revision: 9370

Modified:
   trunk/packages/qt-x11-free/debian/patches/0085-fix-buildkey.diff
Log:
Fix our buildkey.


Modified: trunk/packages/qt-x11-free/debian/patches/0085-fix-buildkey.diff
===================================================================
--- trunk/packages/qt-x11-free/debian/patches/0085-fix-buildkey.diff	2008-02-09 14:44:01 UTC (rev 9369)
+++ trunk/packages/qt-x11-free/debian/patches/0085-fix-buildkey.diff	2008-02-09 16:11:04 UTC (rev 9370)
@@ -8,7 +8,7 @@
 
 --- a/configure
 +++ b/configure
-@@ -3081,15 +3081,15 @@
+@@ -3081,16 +3081,16 @@
  g++*)
      # GNU C++
      QMAKE_CONF_COMPILER=`grep "QMAKE_CXX[^_A-Z0-9a-z]" $QMAKESPEC/qmake.conf | sed "s,.* *= *\(.*\)$,\1,"`
@@ -24,7 +24,9 @@
  	COMPILER_VERSION="3.*"
  	;;
 -    *4.*)
+-	COMPILER_VERSION="4"
 +    4.*)
- 	COMPILER_VERSION="4"
++	COMPILER_VERSION="4.*"
  	;;
      *)
+ 	;;




More information about the pkg-kde-commits mailing list