summaryrefslogtreecommitdiff
path: root/devel/yacl/files/patch-ae
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 01:31:31 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 01:31:31 +0000
commit6521717ab10f5dabfd48f8bf0ae710c64a350874 (patch)
tree135674b0a48d959382a6044edaa532e60c6998b5 /devel/yacl/files/patch-ae
parentUpdate to version 2.00b1. (diff)
Fix compilation errors when gcc2.95 is the system compiler.
PR: 13754 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=22775
Diffstat (limited to 'devel/yacl/files/patch-ae')
-rw-r--r--devel/yacl/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/yacl/files/patch-ae b/devel/yacl/files/patch-ae
new file mode 100644
index 000000000000..8b88ca2d7114
--- /dev/null
+++ b/devel/yacl/files/patch-ae
@@ -0,0 +1,11 @@
+--- ui/strview.cxx.orig Wed Sep 15 02:46:28 1999
++++ ui/strview.cxx Sun Jun 29 21:32:38 1997
+@@ -1249,7 +1249,7 @@
+ } while (1);
+ _selection.AddDependent (bind);
+ #elif defined(__X_MOTIF__)
++ StrViewBind bind (this, &UI_StringView::_SelectionChanged);
+- StrViewBind bind (this, UI_StringView::_SelectionChanged);
+ _selection.RemoveDependent (bind);
+ _selection.MakeEmpty ();
+ int* pos_list;