Author: arekm                        Date: Sat Mar  7 20:16:59 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed

---- Files affected:
SOURCES:
   qt4-ppc-hack.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/qt4-ppc-hack.patch
diff -u SOURCES/qt4-ppc-hack.patch:1.1 SOURCES/qt4-ppc-hack.patch:1.2
--- SOURCES/qt4-ppc-hack.patch:1.1      Sat Mar  7 15:31:54 2009
+++ SOURCES/qt4-ppc-hack.patch  Sat Mar  7 21:16:53 2009
@@ -1,11 +1,11 @@
---- qt-x11-opensource-src-4.5.0/src/corelib/Makefile~  2009-03-07 
13:43:27.000000000 +0100
-+++ qt-x11-opensource-src-4.5.0/src/corelib/Makefile   2009-03-07 
15:29:12.000000000 +0100
-@@ -7489,7 +7489,7 @@
-               tools/qunicodetables.cpp \
-               tools/qstringmatcher.cpp \
-               .pch/release-static/QtCore.gch/c++
--      $(CXX) -c -include .pch/release-static/QtCore $(CXXFLAGS) $(INCPATH) -o 
.obj/release-static/qstring.o tools/qstring.cpp
-+      $(CXX) -c -include .pch/release-static/QtCore $(CXXFLAGS) $(INCPATH) 
-O1 -o .obj/release-static/qstring.o tools/qstring.cpp
+--- qt-x11-opensource-src-4.5.0/qmake/Makefile.unix~   2009-02-25 
22:09:16.000000000 +0100
++++ qt-x11-opensource-src-4.5.0/qmake/Makefile.unix    2009-03-07 
21:16:08.902865896 +0100
+@@ -161,7 +161,7 @@
+       $(CXX) -c -o $@ $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/io/qurl.cpp
  
- .obj/release-static/qstringlist.o: tools/qstringlist.cpp 
../../include/QtCore/qstringlist.h \
-               tools/qstringlist.h \
+ qstring.o: $(SOURCE_PATH)/src/corelib/tools/qstring.cpp
+-      $(CXX) -c -o $@ $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/tools/qstring.cpp
++      $(CXX) -c -o $@ $(CXXFLAGS) -O1 
$(SOURCE_PATH)/src/corelib/tools/qstring.cpp
+ 
+ qlocale.o: $(SOURCE_PATH)/src/corelib/tools/qlocale.cpp
+       $(CXX) -c -o $@ $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/tools/qlocale.cpp
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/qt4-ppc-hack.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to