aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-08 07:23:05 +0800
committermaho <maho@FreeBSD.org>2007-01-08 07:23:05 +0800
commita1f10bc79151bd51eab320dd98035a0981710a41 (patch)
treef3e911e8b2c8f5fe32b33b5cef138b26e8fbf482 /editors/openoffice-3-devel
parentacfa9291e2390e716f49fe1d09e8526c0f8a899a (diff)
downloadfreebsd-ports-gnome-a1f10bc79151bd51eab320dd98035a0981710a41.tar.gz
freebsd-ports-gnome-a1f10bc79151bd51eab320dd98035a0981710a41.tar.zst
freebsd-ports-gnome-a1f10bc79151bd51eab320dd98035a0981710a41.zip
patch-i66667 should not forget about #i22253#.
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r--editors/openoffice-3-devel/files/patch-i666672
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i66667 b/editors/openoffice-3-devel/files/patch-i66667
index f60b55f79d73..c95092949f35 100644
--- a/editors/openoffice-3-devel/files/patch-i66667
+++ b/editors/openoffice-3-devel/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() );