summaryrefslogtreecommitdiff
path: root/net/ratoolset/files/patch-ak
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:15:18 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:15:18 +0000
commitf338314e2ee4b4202ed368c9448732f5061978ef (patch)
tree0ff622e77d3e2c75af2b265aa4fd82f9a5b88a03 /net/ratoolset/files/patch-ak
parentUpdate to Tcl/Tk version 8.2. (diff)
Cope with ANSI C++'isms when gcc 2.95 is the system compiler.
Notes
Notes: svn path=/head/; revision=23471
Diffstat (limited to 'net/ratoolset/files/patch-ak')
-rw-r--r--net/ratoolset/files/patch-ak11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ratoolset/files/patch-ak b/net/ratoolset/files/patch-ak
new file mode 100644
index 000000000000..05060ae5f711
--- /dev/null
+++ b/net/ratoolset/files/patch-ak
@@ -0,0 +1,11 @@
+--- src/aoe/TclLabel.cc.orig Sat Nov 27 18:45:09 1999
++++ src/aoe/TclLabel.cc Sat Nov 27 18:45:24 1999
+@@ -47,7 +47,7 @@
+ #include "TclLabel.hh"
+ #include "TclApp.hh"
+
+-TclLabel::clear(void)
++int TclLabel::clear(void)
+ {
+ TclApplication *pcApp = (TclApplication *)getExtraArgument();
+ return (pcApp->evalf("%s configure -text {}", getName()));