summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2007-08-04 00:48:23 +0000
committerjkim <jkim@FreeBSD.org>2007-08-04 00:48:23 +0000
commit6760eac7affd9b78e266089e2bcbb5db86a8265c (patch)
tree81cd428b711d8edd7386e0e25c8ba3df54390f3c /editors
parent8b1a7c3a6b353599fcd2d06278e247d1834ad270 (diff)
downloadFreeBSD-ports-6760eac7affd9b78e266089e2bcbb5db86a8265c.zip
FreeBSD-ports-6760eac7affd9b78e266089e2bcbb5db86a8265c.tar.gz
Add a workaround for 'invisible fonts' bug on amd64.
Approved by: maho (amd64 porting blanket)
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-3-devel/files/patch-i7841710
-rw-r--r--editors/openoffice.org-2-devel/files/patch-i7841710
-rw-r--r--editors/openoffice.org-3-devel/files/patch-i7841710
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7841710
4 files changed, 40 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i78417 b/editors/openoffice-3-devel/files/patch-i78417
new file mode 100644
index 0000000..fee06f2
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i78417
@@ -0,0 +1,10 @@
+--- sw/source/core/bastyp/swregion.cxx
++++ sw/source/core/bastyp/swregion.cxx
+@@ -79,6 +79,7 @@
+ {
+ if( rDel )
+ {
++ pData = (SwRect*) pData;
+ *(pData+nPos) = rRect;
+ rDel = FALSE;
+ }
diff --git a/editors/openoffice.org-2-devel/files/patch-i78417 b/editors/openoffice.org-2-devel/files/patch-i78417
new file mode 100644
index 0000000..fee06f2
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-i78417
@@ -0,0 +1,10 @@
+--- sw/source/core/bastyp/swregion.cxx
++++ sw/source/core/bastyp/swregion.cxx
+@@ -79,6 +79,7 @@
+ {
+ if( rDel )
+ {
++ pData = (SwRect*) pData;
+ *(pData+nPos) = rRect;
+ rDel = FALSE;
+ }
diff --git a/editors/openoffice.org-3-devel/files/patch-i78417 b/editors/openoffice.org-3-devel/files/patch-i78417
new file mode 100644
index 0000000..fee06f2
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-i78417
@@ -0,0 +1,10 @@
+--- sw/source/core/bastyp/swregion.cxx
++++ sw/source/core/bastyp/swregion.cxx
+@@ -79,6 +79,7 @@
+ {
+ if( rDel )
+ {
++ pData = (SwRect*) pData;
+ *(pData+nPos) = rRect;
+ rDel = FALSE;
+ }
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i78417 b/editors/openoffice.org-vcltesttool/files/patch-i78417
new file mode 100644
index 0000000..fee06f2
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/files/patch-i78417
@@ -0,0 +1,10 @@
+--- sw/source/core/bastyp/swregion.cxx
++++ sw/source/core/bastyp/swregion.cxx
+@@ -79,6 +79,7 @@
+ {
+ if( rDel )
+ {
++ pData = (SwRect*) pData;
+ *(pData+nPos) = rRect;
+ rDel = FALSE;
+ }
OpenPOWER on IntegriCloud