SPECS: qt4.spec - apply hack after configure
arekm
arekm at pld-linux.org
Sun Mar 8 11:20:28 CET 2009
Author: arekm Date: Sun Mar 8 10:20:28 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- apply hack after configure
---- Files affected:
SPECS:
qt4.spec (1.193 -> 1.194)
---- Diffs:
================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.193 SPECS/qt4.spec:1.194
--- SPECS/qt4.spec:1.193 Sat Mar 7 15:33:23 2009
+++ SPECS/qt4.spec Sun Mar 8 11:20:22 2009
@@ -1332,11 +1332,6 @@
%patch9 -p1
%patch10 -p1
-# hack for tools/qstring.cpp:2329: internal compiler error: in output_369, at config/rs6000/rs6000.md:11495
-%ifarch ppc ppc64
-%patch11 -p1
-%endif
-
%{__sed} -i -e 's,usr/X11R6/,usr/g,' mkspecs/linux-g++-64/qmake.conf \
mkspecs/common/linux.conf
@@ -1434,6 +1429,11 @@
echo "yes" | ./configure $COMMONOPT $OPT
+# hack for tools/qstring.cpp:2329: internal compiler error: in output_369, at config/rs6000/rs6000.md:11495
+%ifarch ppc ppc64
+%patch11 -p1
+%endif
+
%{__make} -C src
%{__make} -C tools/assistant/lib
%{__make} -C tools/designer
@@ -2158,6 +2158,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.194 2009/03/08 10:20:22 arekm
+- apply hack after configure
+
Revision 1.193 2009/03/07 14:33:23 arekm
- build qstring.cpp with -O1 to avoid internal compiler error
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qt4.spec?r1=1.193&r2=1.194&f=u
More information about the pld-cvs-commit
mailing list