diff options
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice-3/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3/files/patch-i66667 | 2 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i66667 | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i66667 b/editors/openoffice-3-devel/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice-3-devel/files/patch-i66667 +++ b/editors/openoffice-3-devel/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() ); diff --git a/editors/openoffice-3/files/patch-i66667 b/editors/openoffice-3/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice-3/files/patch-i66667 +++ b/editors/openoffice-3/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() ); diff --git a/editors/openoffice.org-2-RC/files/patch-i66667 b/editors/openoffice.org-2-RC/files/patch-i66667 index c95092949f35..a93aaea26176 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() ); diff --git a/editors/openoffice.org-2-devel/files/patch-i66667 b/editors/openoffice.org-2-devel/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice.org-2-devel/files/patch-i66667 +++ b/editors/openoffice.org-2-devel/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() ); diff --git a/editors/openoffice.org-2/files/patch-i66667 b/editors/openoffice.org-2/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice.org-2/files/patch-i66667 +++ b/editors/openoffice.org-2/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() ); diff --git a/editors/openoffice.org-3-RC/files/patch-i66667 b/editors/openoffice.org-3-RC/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice.org-3-RC/files/patch-i66667 +++ b/editors/openoffice.org-3-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() ); diff --git a/editors/openoffice.org-3-devel/files/patch-i66667 b/editors/openoffice.org-3-devel/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice.org-3-devel/files/patch-i66667 +++ b/editors/openoffice.org-3-devel/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() ); diff --git a/editors/openoffice.org-3/files/patch-i66667 b/editors/openoffice.org-3/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice.org-3/files/patch-i66667 +++ b/editors/openoffice.org-3/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() ); diff --git a/editors/openoffice.org-vcltesttool/files/patch-i66667 b/editors/openoffice.org-vcltesttool/files/patch-i66667 index c95092949f35..a93aaea26176 100644 --- a/editors/openoffice.org-vcltesttool/files/patch-i66667 +++ b/editors/openoffice.org-vcltesttool/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() ); |