Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv30702

Modified Files:
        at-spi.info at-spi.patch 
Log Message:
fix Makefile.in error that is now fatal with make >= 3.82

Index: at-spi.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/at-spi.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- at-spi.patch        2 Nov 2010 15:46:16 -0000       1.4
+++ at-spi.patch        24 May 2012 15:00:23 -0000      1.5
@@ -10,6 +10,15 @@
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc libloginhelper-1.0.pc
  DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+@@ -898,7 +898,7 @@
+ @INTLTOOL_SCHEMAS_RULE@
+ 
+ @GCONF_SCHEMAS_INSTALL_TRUE@install-data-local:
+-@GCONF_SCHEMAS_INSTALL_TRUE@                if test -z "$(DESTDIR)" ; then \
++@GCONF_SCHEMAS_INSTALL_TRUE@          if test -z "$(DESTDIR)" ; then \
+ @GCONF_SCHEMAS_INSTALL_TRUE@                        for p in $(schemas_DATA) 
; do \
+ @GCONF_SCHEMAS_INSTALL_TRUE@                                
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(top_builddir)/data/$$p ; \
+ @GCONF_SCHEMAS_INSTALL_TRUE@                        done \
 diff -Nurd -x'*~' at-spi-1.28.1.orig/atk-bridge/Makefile.in 
at-spi-1.28.1/atk-bridge/Makefile.in
 --- at-spi-1.28.1.orig/atk-bridge/Makefile.in  2009-10-18 22:59:13.000000000 
-0400
 +++ at-spi-1.28.1/atk-bridge/Makefile.in       2010-08-17 05:54:01.000000000 
-0400

Index: at-spi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/at-spi.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- at-spi.info 19 Feb 2012 17:42:21 -0000      1.10
+++ at-spi.info 24 May 2012 15:00:23 -0000      1.11
@@ -49,7 +49,7 @@
 Source: mirror:gnome:sources/%n/1.28/%n-%v.tar.bz2
 Source-MD5: ff29958339cbff5a0e0f34e4761e7633
 PatchFile: %n.patch
-PatchFile-MD5: 4919a73f0e4f4d26e413b47010b945cf
+PatchFile-MD5: fa4a2dda8e5d5e7bac65510b416178ca
 SetCPPFLAGS: -I%p/lib/fontconfig2/include
 SetLDFLAGS: -L%p/lib/fontconfig2/lib
 SetCFLAGS: -Os
@@ -151,4 +151,7 @@
 
        More portable -I flag syntax. See:
        https://bugzilla.gnome.org/show_bug.cgi?id=627121
+       
+       Makefile.in uses spaces instead of tab, and make >=3.82 
+       now treats that as fatal.
 <<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to