rpms/gtk2/devel update-gdk-pixbuf-loaders, 1.1, 1.2 update-gtk-immodules, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 6 14:19:07 UTC 2010


Author: mclasen

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

Modified Files:
	update-gdk-pixbuf-loaders update-gtk-immodules 
Log Message:
make things work on s390



Index: update-gdk-pixbuf-loaders
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/devel/update-gdk-pixbuf-loaders,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- update-gdk-pixbuf-loaders	22 Jan 2007 19:23:46 -0000	1.1
+++ update-gdk-pixbuf-loaders	6 Jan 2010 14:19:07 -0000	1.2
@@ -18,6 +18,8 @@ esac
 
 # autoconf uses powerpc not ppc
 host=`echo $host | sed "s/^ppc/powerpc/"`
+# autoconf uses ibm-linux not redhat-linux (s390x)
+host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
 
 # We have had problems in the past with build systems
 # changing host from i386 to i686 and appending/dropping


Index: update-gtk-immodules
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/devel/update-gtk-immodules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- update-gtk-immodules	22 Jan 2007 19:23:46 -0000	1.1
+++ update-gtk-immodules	6 Jan 2010 14:19:07 -0000	1.2
@@ -18,6 +18,8 @@ esac
 
 # autoconf uses powerpc not ppc
 host=`echo $host | sed "s/^ppc/powerpc/"`
+# autoconf uses ibm-linux not redhat-linux (s390x)
+host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
 
 # We have had problems in the past with build systems
 # changing host from i386 to i686 and appending/dropping




More information about the fedora-extras-commits mailing list