aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-01-22 15:08:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-01-22 15:08:00 +0000
commit12d588ee15f7d535c6f7afff3d4fa14aea36700b (patch)
treed0ee6505ed0040a716159c70d28263cd48baabb9 /devel
parent063bfb0ef24dcf407145deb7ef144c435ac3758f (diff)
downloadports-12d588ee15f7d535c6f7afff3d4fa14aea36700b.tar.gz
ports-12d588ee15f7d535c6f7afff3d4fa14aea36700b.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/ace/files/patch-tests__TkReactor_Test.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ace/files/patch-tests__TkReactor_Test.cpp b/devel/ace/files/patch-tests__TkReactor_Test.cpp
deleted file mode 100644
index 46a9433e30ce..000000000000
--- a/devel/ace/files/patch-tests__TkReactor_Test.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/TkReactor_Test.cpp.orig
-+++ tests/TkReactor_Test.cpp
-@@ -248,7 +248,7 @@
- tk = Tk_MainWindow(tcl_interp);
- if (tk == 0)
- {
-- ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", tcl_interp->result),1);
-+ ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", Tcl_GetStringResult(tcl_interp)),1);
- }
-
- char tcl_cmd[] = "source TkReactor_Test.tcl";