summaryrefslogtreecommitdiff
path: root/net/irrtoolset/files/patch-aj
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-11-16 13:34:59 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-11-16 13:34:59 +0000
commit7880de87452a53a4bb74fad85bac2b322d13d1ad (patch)
treeec648e667efbbbd8a24c3bfaa3fe08516e6a7bee /net/irrtoolset/files/patch-aj
parentUpdate to 0.196 (diff)
Upgrade and rename: net/ratoolset-3.5.8 to net/irrtoolset-4.7.2
PR: ports/42391 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=70239
Diffstat (limited to 'net/irrtoolset/files/patch-aj')
-rw-r--r--net/irrtoolset/files/patch-aj14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/irrtoolset/files/patch-aj b/net/irrtoolset/files/patch-aj
deleted file mode 100644
index 6d190fb677b6..000000000000
--- a/net/irrtoolset/files/patch-aj
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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;
- }
-