Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32146/10.4/unstable/main/finkinfo/x11

Modified Files:
        rxvt-unicode.info rxvt-unicode.patch 
Log Message:
Build fix on 10.6/32bit, patch from Martin Costabel. Thanks.


Index: rxvt-unicode.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- rxvt-unicode.info   6 Sep 2009 18:42:35 -0000       1.19
+++ rxvt-unicode.info   6 May 2010 23:49:11 -0000       1.20
@@ -1,6 +1,6 @@
 Package: rxvt-unicode
 Version: 9.05
-Revision: 1002
+Revision: 1003
 Source: mirror:custom:%n-%v.tar.bz2
 Source-MD5: bf7cbc6440346425c9e9773d213c304f
 CustomMirror: <<
@@ -10,7 +10,7 @@
 BuildDepends: x11-dev, fink (>= 0.24.12)
 Depends: x11, system-perl
 PatchFile: %n.patch
-PatchFile-MD5: a03192f09557f223e9809354af74701f
+PatchFile-MD5: e2db43e35c09262362124ddd641d5fec
 ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-everything --with-codeset=all --disable-utmp --disable-afterimage 
--mandir='${prefix}/share/man' PERL=/usr/bin/perl
 GCC: 4.0
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt 
doc/etc/* doc/rxvt-tabbed

Index: rxvt-unicode.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/rxvt-unicode.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rxvt-unicode.patch  21 Jun 2008 08:02:57 -0000      1.9
+++ rxvt-unicode.patch  6 May 2010 23:49:11 -0000       1.10
@@ -31,8 +31,8 @@
       save_LIBS="$LIBS"
 -     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
 -     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
-+     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
-+     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
++     CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
++     LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
       cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
@@ -42,8 +42,8 @@
          PERL_O=rxvtperl.o
 -        PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
 -        PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
-+        PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
-+        PERLLIB="`$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g'`"
++        PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
++        PERLLIB="`$PERL -MExtUtils::Embed -e ldopts | sed -e 's|-arch 
i386||g' -e 's|-arch ppc||g' -e 's|-arch x86_64||g'`"
          PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
       else
          { { echo "$as_me:$LINENO: error: no, unable to link" >&5


------------------------------------------------------------------------------

_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to