summaryrefslogtreecommitdiff
path: root/devel/stlport/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-21 02:27:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-21 02:27:08 +0000
commitf2866c9b08ba9afbea22a0f837debc6bd089a6bf (patch)
treedb23f6a92ef1e79ff0771cb3293a15ab84d5db66 /devel/stlport/files
parentfix WWW: formattin' (diff)
Upgrade to version 4.0.
Notes
Notes: svn path=/head/; revision=40135
Diffstat (limited to 'devel/stlport/files')
-rw-r--r--devel/stlport/files/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/stlport/files/patch-aa b/devel/stlport/files/patch-aa
deleted file mode 100644
index fbe88d7bf6fa..000000000000
--- a/devel/stlport/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- stl_rope.h.orig Sun Feb 8 18:08:40 1998
-+++ stl_rope.h Thu Dec 17 19:37:18 1998
-@@ -776,7 +776,8 @@
- __rope_iterator_base<charT,Alloc>(r.tree_ptr, pos) {}
- self& operator= (const self & x) {
- if (0 != x.buf_ptr) {
-- *this = x;
-+ *(static_cast<__rope_iterator_base<charT,Alloc>*>(this)) = x;
-+ // bugfix by Kevin Atkinosn (kevina@clark.net) was *this = x;
- } else {
- current_pos = x.current_pos;
- root = x.root;