diff options
author | maho <maho@FreeBSD.org> | 2007-01-08 00:40:49 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-08 00:40:49 +0000 |
commit | a327753b14e6e37da0caddbeaec42e96c9ad8359 (patch) | |
tree | a875f78c1c97517208d0794a5f9b30ba7446cb66 | |
parent | 0a7684ec0760a8eb50f1fb1c53050451481cb5fd (diff) | |
download | FreeBSD-ports-a327753b14e6e37da0caddbeaec42e96c9ad8359.zip FreeBSD-ports-a327753b14e6e37da0caddbeaec42e96c9ad8359.tar.gz |
Do not forget about #i22253# for amd64.
-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 c950929..a93aaea 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 c950929..a93aaea 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 c950929..a93aaea 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 c950929..a93aaea 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 c950929..a93aaea 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 c950929..a93aaea 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 c950929..a93aaea 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 c950929..a93aaea 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 c950929..a93aaea 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() ); |