Author: baggins Date: Wed Apr 2 17:21:08 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix function definition
---- Files affected: SOURCES: plplot-tk.patch (NONE -> 1.1) (NEW), plplot-tcl.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/plplot-tk.patch diff -u /dev/null SOURCES/plplot-tk.patch:1.1 --- /dev/null Wed Apr 2 19:21:08 2008 +++ SOURCES/plplot-tk.patch Wed Apr 2 19:21:03 2008 @@ -0,0 +1,11 @@ +--- plplot-5.8.0/bindings/tk/tkMain.c~ 2007-11-18 21:04:01.000000000 +0100 ++++ plplot-5.8.0/bindings/tk/tkMain.c 2008-04-02 18:22:34.000000000 +0200 +@@ -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_(( ================================================================ Index: SOURCES/plplot-tcl.patch diff -u /dev/null SOURCES/plplot-tcl.patch:1.1 --- /dev/null Wed Apr 2 19:21:08 2008 +++ SOURCES/plplot-tcl.patch Wed Apr 2 19:21:03 2008 @@ -0,0 +1,11 @@ +--- plplot-5.8.0/bindings/tcl/tclMain.c~ 2007-11-18 21:04:00.000000000 +0100 ++++ plplot-5.8.0/bindings/tcl/tclMain.c 2008-04-02 18:50:14.000000000 +0200 +@@ -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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
