summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-07 23:23:05 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-07 23:23:05 +0000
commit4ff168f85527d3eded9bc8243dfddc4f6cf3d0fb (patch)
tree770a2a1d05a32a2b88fa43af5375ab3af52fe1f4 /editors/openoffice.org-vcltesttool/files
parentUpdate to 0.40.1 (diff)
patch-i66667 should not forget about #i22253#.
Notes
Notes: svn path=/head/; revision=181726
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i666672
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i66667 b/editors/openoffice.org-vcltesttool/files/patch-i66667
index f60b55f79d73..c95092949f35 100644
--- a/editors/openoffice.org-vcltesttool/files/patch-i66667
+++ b/editors/openoffice.org-vcltesttool/files/patch-i66667
@@ -57,7 +57,7 @@
OString symName( buf.makeStringAndClear() );
-//#iZ 22253
-+#if __FreeBSD_version < 700022
++#if __FreeBSD_version < 700022 /* #i22253# */
rtti = (type_info *)dlsym( RTLD_DEFAULT, symName.getStr() );
+#else
+ rtti = (type_info *)dlsym( m_hApp, symName.getStr() );