Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29744

Added Files:
        plplot.patch 
Log Message:
Forgot to commit the patch.


--- NEW FILE: plplot.patch ---
diff -ruN --exclude='*~' plplot-5.8.0/bindings/tcl/tclMain.c 
plplot-5.8.0.patched/bindings/tcl/tclMain.c
--- plplot-5.8.0/bindings/tcl/tclMain.c 2007-11-18 21:04:00.000000000 +0100
+++ plplot-5.8.0.patched/bindings/tcl/tclMain.c 2010-02-27 19:13:48.000000000 
+0100
@@ -55,7 +55,7 @@
 
 /* From tclIntDecls.h */
 
-EXTERN int             TclFormatInt _ANSI_ARGS_((char * buffer, long n));
+#define TclFormatInt(buf, n)            sprintf((buf), "%ld", (long)(n))
 EXTERN int             TclObjCommandComplete _ANSI_ARGS_((Tcl_Obj * cmdPtr));
 
 # undef TCL_STORAGE_CLASS
diff -ruN --exclude='*~' plplot-5.8.0/bindings/tk/tkMain.c 
plplot-5.8.0.patched/bindings/tk/tkMain.c
--- plplot-5.8.0/bindings/tk/tkMain.c   2007-11-18 21:04:01.000000000 +0100
+++ plplot-5.8.0.patched/bindings/tk/tkMain.c   2010-02-27 19:11:03.000000000 
+0100
@@ -86,7 +86,7 @@
 /* From tclIntDecls.h */
 
 EXTERN int             Tcl_Import _ANSI_ARGS_((Tcl_Interp * interp,
-                               Tcl_Namespace * nsPtr, char * pattern,
+                               Tcl_Namespace * nsPtr, const char * pattern,
                                int allowOverwrite));
 
 EXTERN Tcl_Namespace * Tcl_GetGlobalNamespace _ANSI_ARGS_((


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