From f338314e2ee4b4202ed368c9448732f5061978ef Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 Nov 1999 18:15:18 +0000 Subject: Cope with ANSI C++'isms when gcc 2.95 is the system compiler. --- net/irrtoolset/files/patch-aj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/irrtoolset/files/patch-aj (limited to 'net/irrtoolset/files/patch-aj') diff --git a/net/irrtoolset/files/patch-aj b/net/irrtoolset/files/patch-aj new file mode 100644 index 000000000000..6d190fb677b6 --- /dev/null +++ b/net/irrtoolset/files/patch-aj @@ -0,0 +1,14 @@ +--- src/aoe/TclApp.cc.orig Sat Nov 27 18:38:25 1999 ++++ src/aoe/TclApp.cc Sat Nov 27 18:43:51 1999 +@@ -186,9 +186,9 @@ + // Call Tcl function to create a Tcl command + if (Tcl_CreateCommand(ptInterp, + pcCommand->getName(), +- TclCommand::command, ++ &TclCommand::command, + (ClientData)pcCommand, +- TclCommand::cleanUp) == NULL) return 0; ++ &TclCommand::cleanUp) == NULL) return 0; + return 1; + } + -- cgit v1.2.3