[SCM] Qt 4 packaging branch, master, updated. debian/4.7.2-1-5-g6b1328b

Sune Vuorela pusling-guest at alioth.debian.org
Sat Mar 19 18:38:46 UTC 2011


The following commit has been merged in the master branch:
commit 6b1328b6d309508e5b8ab8fcec34b6f178d8b58a
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Sat Mar 19 19:38:12 2011 +0100

    typofix. actually use g++ for c++ code
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index c94e2ec..fb64e0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ ifeq ($(DEB_HOST_ARCH),hppa)
 endif
 ifeq ($(DEB_HOST_ARCH),s390)
 	export CC=gcc-4.5
-	export CXX=gcc-4.5
+	export CXX=g++-4.5
 endif
 
 	# Create mkspecs/glibc-g++ from mkspecs/linux-g++, needed by GNU/kFreeBSD

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list