From df1f3aaff68d2de1a67cfa00981fa16afe4aa926 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 13 Aug 2005 11:32:35 +0000 Subject: 1. if we set CPUTYPE in /etc/make.conf, OOo build fails [1]. 2. openoffice-1.1 crashes for second invocation; some file is missing. this is exactly same as #i22253#, and fortunately OOo worked for some older version I don't remember. PR: 84787 [2] Submitted by: Jack L.[1], achix mantzix [2] and Jens Ressack [2] Approved by: portmgr(clement) --- ...ges+source+cpp_uno+gcc3_freebsd_intel+except.cxx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 editors/openoffice-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx (limited to 'editors/openoffice-1.1/files') diff --git a/editors/openoffice-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx b/editors/openoffice-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx new file mode 100644 index 000000000000..11088e05cd62 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-bridges+source+cpp_uno+gcc3_freebsd_intel+except.cxx @@ -0,0 +1,21 @@ +Issutracker : #i22253# +CWS : N/A +Author : (JCA) +Description : + +Index: bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx +=================================================================== +RCS file: /cvs/udk/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx,v +retrieving revision 1.4 +diff -u -r1.4 except.cxx +--- bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 28 Apr 2003 16:41:25 -0000 1.4 ++++ bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx 13 Aug 2005 04:40:14 -0000 +@@ -182,7 +182,7 @@ + buf.append( 'E' ); + + OString symName( buf.makeStringAndClear() ); +- rtti = (type_info *)dlsym( m_hApp, symName.getStr() ); ++ rtti = (type_info *)dlsym( RTLD_DEFAULT, symName.getStr() ); + + if (rtti) + { -- cgit v1.2.3