Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25843

Added Files:
        scons.patch 
Log Message:
get the patch file as well

--- NEW FILE: scons.patch ---
diff -ru scons-1.2.0/engine/SCons/Environment.py 
scons-1.2.0-2/engine/SCons/Environment.py
--- scons-1.2.0/engine/SCons/Environment.py     2008-12-21 07:59:59.000000000 
+0100
+++ scons-1.2.0-2/engine/SCons/Environment.py   2009-06-10 13:19:28.000000000 
+0200
@@ -761,6 +761,9 @@
                         dict['FRAMEWORKPATH'].append(arg[2:])
                     else:
                         append_next_arg_to = 'FRAMEWORKPATH'
+                elif arg == '-dylib_file':
+                    dict['LINKFLAGS'].append(arg)
+                    append_next_arg_to = 'LINKFLAGS'
                 elif arg == '-mno-cygwin':
                     dict['CCFLAGS'].append(arg)
                     dict['LINKFLAGS'].append(arg)
diff -ru scons-1.2.0/script/scons scons-1.2.0-2/script/scons
--- scons-1.2.0/script/scons    2008-12-21 07:59:59.000000000 +0100
+++ scons-1.2.0-2/script/scons  2009-06-10 13:25:18.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
 #
 # SCons - a Software Constructor
 #
diff -ru scons-1.2.0/script/scons-time scons-1.2.0-2/script/scons-time
--- scons-1.2.0/script/scons-time       2008-12-21 07:59:59.000000000 +0100
+++ scons-1.2.0-2/script/scons-time     2009-06-10 13:25:32.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#! /usr/bin/python
 #
 # scons-time - run SCons timings and collect statistics
 #
diff -ru scons-1.2.0/script/sconsign scons-1.2.0-2/script/sconsign
--- scons-1.2.0/script/sconsign 2008-12-21 07:59:59.000000000 +0100
+++ scons-1.2.0-2/script/sconsign       2009-06-10 13:25:37.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python
 #
 # SCons - a Software Constructor
 #


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to