Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv11486

Modified Files:
        fftw3.info 
Log Message:
Fix build error


Index: fftw3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/fftw3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fftw3.info  20 Jun 2012 12:42:09 -0000      1.2
+++ fftw3.info  21 Jun 2012 08:23:46 -0000      1.3
@@ -1,6 +1,6 @@
 Package: fftw3
 Version: 3.3.2
-Revision: 7
+Revision: 8
 Maintainer: Sebastien Maret <bma...@users.sourceforge.net>
 Source:  ftp://ftp.fftw.org/pub/fftw/fftw-%v.tar.gz
 Source-MD5: 6977ee770ed68c85698c7168ffa6e178
@@ -15,9 +15,9 @@
  gcclib=`%p/bin/gfortran --print-lib`
  FLIBDIR=`dirname $gcclib`
  if [ x%m == x"powerpc" ]; then
-   CC=%p/bin/gcc-4 FC=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c 
--enable-altivec
+   CC=%p/bin/gcc-4 F77=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c 
--enable-altivec
  else
-   CC=%p/bin/gcc-4 FC=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c
+   CC=%p/bin/gcc-4 F77=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c
  fi
  make
 <<
@@ -31,9 +31,9 @@
  gcclib=`%p/bin/gfortran --print-lib`
  FLIBDIR=`dirname $gcclib`
  if [ x%m == x"powerpc" ]; then
-   CC=%p/bin/gcc-4 FC=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c 
--enable-float --enable-altivec
+   CC=%p/bin/gcc-4 F77=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c 
--enable-float --enable-altivec
  else
-   CC=%p/bin/gcc-4 FC=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c 
--enable-float
+   CC=%p/bin/gcc-4 F77=%p/bin/gfortran FLIBS="-L${FLIBDIR}" ./configure %c 
--enable-float
  fi
  make
  make -j1 install prefix=%i


------------------------------------------------------------------------------
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