Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv9802

Modified Files:
        gmp5.info 
Log Message:
well, that didn't help.
now print result of config.guess in fink-build env to help diagnose.


Index: gmp5.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/gmp5.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gmp5.info   25 May 2011 20:04:28 -0000      1.14
+++ gmp5.info   27 May 2011 20:20:16 -0000      1.15
@@ -32,8 +32,8 @@
 PatchScript: <<
   #!/bin/sh -ev
   %{default_script}
-  # patch config.guess for configure
-  sed -i.orig -e 's|corei[a-z]*|corei|g' ./config.guess
+  # patch config.guess for configure (no longer needed)
+  # sed -i.orig -e 's|corei[a-z]*|corei|g' ./config.guess
 <<
 CompileScript: <<
 #! /bin/sh -ev
@@ -52,7 +52,8 @@
    test -x `which gcc-4.2` || { echo "gcc-4.2 required, but missing!"; exit 1; 
}
  fi
  # force i386 to bump to i686 to avoid symbol dep on __sync_fetch_and_add_4
- # hb=`../config.guess`
+ hb=`../config.guess`
+ echo "config.guess: $hb"
  # case $hb in
  #   i386-*-*) hb=`echo $hb | sed 's|i386|i686|'`
  #     host_build_override="--host=$hb --build=$hb" ;;


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to