Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10641

Modified Files:
        pymol-py.patch 
Log Message:
update for 10.6

Index: pymol-py.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pymol-py.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pymol-py.patch      31 Dec 2008 01:35:41 -0000      1.8
+++ pymol-py.patch      8 Mar 2009 20:40:24 -0000       1.9
@@ -99,3 +99,18 @@
  
  
 
+--- pymol-1.1/layer0/Feedback.h.org    2009-02-22 17:31:55.000000000 -0500
++++ pymol-1.1/layer0/Feedback.h        2009-02-22 17:33:25.000000000 -0500
+@@ -230,10 +230,10 @@
+  * variable arguments.
+ */
+ 
+-#define PRINTFB(G,sysmod,mask) { FeedbackLineType _FBstr; 
if(Feedback(G,sysmod,mask)) {sprintf( _FBstr,
++#define PRINTFB(G,sysmod,mask) { FeedbackLineType _FBstr; 
if(Feedback(G,sysmod,mask)) {(sprintf)( _FBstr,
+ #define ENDFB(G) );  FeedbackAdd(G,_FBstr);}}
+ 
+-#define PRINTF { FeedbackLineType _FBstr; sprintf( _FBstr,
++#define PRINTF { FeedbackLineType _FBstr; (sprintf)( _FBstr,
+ #define ENDF(G)  ); FeedbackAdd(G,_FBstr);}
+ 
+ /* debugging: goes to stderr */


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to