Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23375

Modified Files:
      Tag: pangocairo-branch
        autoconf.info 
Added Files:
      Tag: pangocairo-branch
        autoconf.patch 
Log Message:
propagate x11 fix from HEAD


Index: autoconf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/autoconf.info,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- autoconf.info       12 Mar 2008 05:16:39 -0000      1.8.2.1
+++ autoconf.info       29 Mar 2008 21:37:11 -0000      1.8.2.2
@@ -1,8 +1,8 @@
 Package: autoconf
 Version: 2.61
-Revision: 1
+Revision: 2
 Depends: m4
-BuildDepends: texi2html
+BuildDepends: texi2html, fink (>= 0.24.12)
 Conflicts: autoconf2.13, autoconf25 (<= 2.54-1)
 Replaces: autoconf2.13, autoconf25 (<= 2.54-1), autoconf2.5
 Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
@@ -10,6 +10,8 @@
 ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --program-suffix=-%v
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
+PatchFile: %n.patch
+PatchFile-MD5: 34e9fc52c2e5c791102bd22218de2615 
 CompileScript: <<
        PERL=/usr/bin/perl ./configure %c
        make

--- NEW FILE: autoconf.patch ---
--- autoconf-2.61.orig/lib/autoconf/libs.m4     2006-10-14 20:12:02.000000000 
-0500
+++ autoconf-2.61/lib/autoconf/libs.m4  2008-03-28 20:50:31.000000000 -0500
@@ -203,7 +203,7 @@
       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 
's/^$ac_var=//p'\`"
     done
     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-    for ac_extension in a so sl; do
+    for ac_extension in a so sl dylib la dll; do
       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
         test -f "$ac_im_libdir/libX11.$ac_extension"; then
        ac_im_usrlibdir=$ac_im_libdir; break
@@ -298,7 +298,7 @@
 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 do
   # Don't even attempt the hair of trying to link an X program!
-  for ac_extension in a so sl; do
+  for ac_extension in a so sl dylib la dll; do
     if test -r "$ac_dir/libX11.$ac_extension"; then
       ac_x_libraries=$ac_dir
       break 2


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to