Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16204

Modified Files:
        octave.info octave.patch 
Log Message:
patch to configure to fix dynamic loading on macos.


Index: octave.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- octave.patch        23 Dec 2006 16:11:58 -0000      1.5
+++ octave.patch        26 Dec 2006 13:16:11 -0000      1.6
@@ -259,3 +259,12 @@
  fi
  
  # BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
+@@ -17312,7 +17312,7 @@
+ fi
+ 
+ 
+-  if test "$ac_cv_header_Mach_O_dyld_h" = yes; then
++  if test "$ac_cv_header_mach_o_dyld_h" = yes; then
+     dyld_api=true
+   else
+ 

Index: octave.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- octave.info 23 Dec 2006 16:11:58 -0000      1.14
+++ octave.info 26 Dec 2006 13:16:11 -0000      1.15
@@ -1,6 +1,6 @@
 Package: octave
 Version: 2.1.73
-Revision: 1
+Revision: 2
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 BuildDependsOnly: false
 Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%v.tar.gz


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to