From a327753b14e6e37da0caddbeaec42e96c9ad8359 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Jan 2007 00:40:49 +0000 Subject: Do not forget about #i22253# for amd64. --- editors/openoffice.org-2-RC/files/patch-i66667 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice.org-2-RC') diff --git a/editors/openoffice.org-2-RC/files/patch-i66667 b/editors/openoffice.org-2-RC/files/patch-i66667 index c95092949f3..a93aaea2617 100644 --- a/editors/openoffice.org-2-RC/files/patch-i66667 +++ b/editors/openoffice.org-2-RC/files/patch-i66667 @@ -129,7 +129,7 @@ buf.append( 'E' ); OString symName( buf.makeStringAndClear() ); -+#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() ); -- cgit