include, but don't apply -fno-var-tracking-assignments hack by default

This commit is contained in:
Rex Dieter 2009-11-14 01:48:44 +00:00
parent 84fc929edf
commit 50a432be7c
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff -up kdelibs-4.3.3/khtml/CMakeLists.txt.SVGNames kdelibs-4.3.3/khtml/CMakeLists.txt
--- kdelibs-4.3.3/khtml/CMakeLists.txt.SVGNames 2009-08-27 03:19:09.000000000 -0500
+++ kdelibs-4.3.3/khtml/CMakeLists.txt 2009-11-13 17:43:07.618002091 -0600
@@ -194,6 +194,7 @@ set(khtmldom_STAT_SRCS
)
#set_source_files_properties(${khtmldom_STAT_SRCS} PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS})
+set_source_files_properties(${khtmlsvg_STAT_SRCS} PROPERTIES COMPILE_FLAGS -fno-var-tracking-assignments )
# khtml/misc/Makefile.am: khtmlmisc

View File

@ -207,7 +207,8 @@ format for easy browsing.
%patch24 -p1 -b .drkonq
%endif
%patch25 -p1 -b .fix-kdefakes-build
%patch26 -p1 -b .khtml_svg_no_var_tracking_assignments
## apply only when doing local builds, helps avoid failures in Rex's box with meager 2mb ram
#patch26 -p1 -b .khtml_svg_no_var_tracking_assignments
# upstream patches
%patch50 -p1 -b .kaction_qt_keys