rpms/gnome-games/devel gcc43.patch, NONE, 1.1 gnome-games.spec, 1.160, 1.161

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Feb 14 05:53:45 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-games/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30633

Modified Files:
	gnome-games.spec 
Added Files:
	gcc43.patch 
Log Message:
fix the build 


gcc43.patch:

--- NEW FILE gcc43.patch ---
diff -up gnome-games-2.21.91/m4/ggz.m4.gcc43 gnome-games-2.21.91/m4/ggz.m4
--- gnome-games-2.21.91/m4/ggz.m4.gcc43	2008-02-14 00:45:56.000000000 -0500
+++ gnome-games-2.21.91/m4/ggz.m4	2008-02-14 00:46:12.000000000 -0500
@@ -180,7 +180,6 @@ if test "x$1" = "xdefaults" || test "x$2
   ac_ggz_stdetc="$ac_ggz_stdetc /usr/local/etc/ggzd /etc/ggzd"
 fi
 if test "x$1" = "xexport" || test "x$2" = "xexport"; then
-  CPPFLAGS="$CPPFLAGS -isystem ${ac_ggz_prefix_incdir} -isystem /usr/local/include"
   LDFLAGS="$LDFLAGS -L${ac_ggz_prefix_libdir} -L/usr/local/lib"
 fi
 


Index: gnome-games.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- gnome-games.spec	13 Feb 2008 06:06:47 -0000	1.160
+++ gnome-games.spec	14 Feb 2008 05:52:54 -0000	1.161
@@ -51,6 +51,8 @@
 Source: http://download.gnome.org/sources/gnome-games/2.21/gnome-games-%{version}.tar.bz2
 Patch1: gnome-games-2.19.4-gnometris-rebrand.patch
 
+Patch2: gcc43.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Obsoletes: gnome-games-devel
 URL: http://www.gnome.org
@@ -109,6 +111,8 @@
 %setup -q
 # rebrand gnometris as some think the name is to similar to a trademark
 %patch1 -p1 -b .rebrand
+%patch2 -p1 -b .gcc43
+
 sed -i -e 's/Gnometris/GnomeFallingBlocks/g' \
   -e 's/GNOMEtris/GnomeFallingBlocks/g' \
   po/*.po gnometris/help/*/*.po gnometris/help/C/gnometris.xml \




More information about the fedora-extras-commits mailing list