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

Modified Files:
        atlas-10.5.info atlas.info 
Log Message:
Fix UMBJ setting

Index: atlas-10.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/atlas-10.5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- atlas-10.5.info     29 Oct 2011 19:41:44 -0000      1.2
+++ atlas-10.5.info     1 Nov 2011 19:16:17 -0000       1.3
@@ -41,7 +41,7 @@
 # since we're experimenting with building a dylib :
 BuildDependsOnly: true
 BuildDepends: gcc44
-UseMaxBuildJobs: true
+UseMaxBuildJobs: false
 PatchScript: <<
 #!/bin/sh -ev
 sed -i.bak -e '/PowerBook/,/RackMac/s,"c,"k,g' 
CONFIG/src/backend/archinfo_freebsd.c

Index: atlas.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/atlas.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- atlas.info  29 Oct 2011 19:41:44 -0000      1.7
+++ atlas.info  1 Nov 2011 19:16:17 -0000       1.8
@@ -41,7 +41,7 @@
 # since we're experimenting with building a dylib :
 BuildDependsOnly: true
 BuildDepends: gcc44
-UseMaxBuildJobs: true
+UseMaxBuildJobs: false
 PatchScript: <<
 #!/bin/sh -ev
 sed -i.bak -e '/PowerBook/,/RackMac/s,"c,"k,g' 
CONFIG/src/backend/archinfo_freebsd.c
@@ -93,7 +93,7 @@
  # We link 'manually', with ld, to avoid having unnecessary libs like lgcc_s 
among the load commands.
  # This way the libs can be safely used in linking with any compiler: they 
will not bring themselves
  # the wrong lgcc_s in the search list.
- if [ %m = 'i386' ]
+ if [ %m == 'i386' ]
  then ld="ld -arch i386 -dynamic -dylib -single_module -dead_strip -x 
-all_load -L. -L%p/lib/gcc4.4/lib -ldylib1.o -dylib_install_name"
  else ld="ld -dynamic -dylib -single_module -dead_strip -x -all_load -L. 
-L%p/lib/gcc4.4/lib -ldylib1.o -dylib_install_name"
  fi


------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to