ports/devel/tclcl/files/patch-rate-variable.h
Pietro Cerutti a13d23f6fc - Fix build with Tcl/Tk 86
- While at it, trim Makefile header and s/PORTDOCS/PORT_OPTIONS:MDOCS/

Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-13 07:35:58 +00:00

11 lines
425 B
C++

--- rate-variable.h.orig 2013-05-13 09:26:59.000000000 +0200
+++ rate-variable.h 2013-05-13 09:27:45.000000000 +0200
@@ -41,7 +41,7 @@
RateVariable() : TclCommand("rate_variable") {}
static void init();
protected:
- static char* update_rate_var(ClientData, Tcl_Interp*,
+ static const char* update_rate_var(ClientData, Tcl_Interp*,
CONST84 char* name1,
CONST84 char* name2,
int flags);