rpms/koffice/devel koffice-1.9.99.0-gcc44_exceptions.patch, NONE, 1.1 koffice.spec, 1.104, 1.105

Rex Dieter rdieter at fedoraproject.org
Wed Apr 8 18:10:40 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/koffice/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8800

Modified Files:
	koffice.spec 
Added Files:
	koffice-1.9.99.0-gcc44_exceptions.patch 
Log Message:
fix build (enable exceptions prudently)


koffice-1.9.99.0-gcc44_exceptions.patch:

--- NEW FILE koffice-1.9.99.0-gcc44_exceptions.patch ---
diff -up koffice-1.9.99.0/krita/plugins/filters/imageenhancement/CMakeLists.txt.exceptions koffice-1.9.99.0/krita/plugins/filters/imageenhancement/CMakeLists.txt
--- koffice-1.9.99.0/krita/plugins/filters/imageenhancement/CMakeLists.txt.exceptions	2009-04-01 04:04:55.000000000 -0500
+++ koffice-1.9.99.0/krita/plugins/filters/imageenhancement/CMakeLists.txt	2009-04-08 13:08:38.000000000 -0500
@@ -1,4 +1,5 @@
 
+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
 
 set(kritaimageenhancement_PART_SRCS
     imageenhancement.cpp


Index: koffice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koffice/devel/koffice.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- koffice.spec	8 Apr 2009 17:31:45 -0000	1.104
+++ koffice.spec	8 Apr 2009 18:10:10 -0000	1.105
@@ -18,6 +18,8 @@
 Source0:        http://download.kde.org/unstable/koffice-%{version}/src/koffice-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch50: koffice-1.9.99.0-gcc44_exceptions.patch
+
 #-- The following OPTIONAL packages could NOT be located on your system.
 #-- Consider installing them to enable more features from this software.
 #+ OpenCTL, 0.9.2 or higher: OpenCTL is needed for some color spaces (High Dynamic Range Color Spaces, YCbCr and LMS) <http://www.openctl.org>
@@ -261,6 +263,8 @@
 %prep
 %setup -q
 
+%patch50 -p1 -b .gcc44_exceptions
+
 
 %build
 




More information about the fedora-extras-commits mailing list