aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-17 03:38:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-17 03:38:56 +0000
commit8635a1a08d25a10f91acbe0276bad25d6883caba (patch)
treee5a17dc773547701797a0c0bd37e59c3c9e1e0d7 /editors/openoffice.org-2
parent287b603f6b55f725bd3626751c739c471783be76 (diff)
downloadports-8635a1a08d25a10f91acbe0276bad25d6883caba.tar.gz
ports-8635a1a08d25a10f91acbe0276bad25d6883caba.zip
Notes
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r--editors/openoffice.org-2/Makefile2
-rw-r--r--editors/openoffice.org-2/files/patch-i6946920
2 files changed, 1 insertions, 21 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index 680d85eec9cd..491af04f7ec4 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -59,7 +59,7 @@ JAVA_VENDOR= freebsd bsdjava
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= i386
.if ${ARCH} == amd64
GCC_TARGET= x86_64-portbld-freebsd${OSREL}
diff --git a/editors/openoffice.org-2/files/patch-i69469 b/editors/openoffice.org-2/files/patch-i69469
deleted file mode 100644
index 6647873ca657..000000000000
--- a/editors/openoffice.org-2/files/patch-i69469
+++ /dev/null
@@ -1,20 +0,0 @@
---- sw/source/core/doc/docfld.cxx.orig Wed Oct 19 17:23:17 2005
-+++ sw/source/core/doc/docfld.cxx Sun Sep 17 06:24:22 2006
-@@ -1197,7 +1197,7 @@
- pMgr->CloseAll(FALSE);
- }
-
--void SwDoc::FldsToCalc( SwCalc& rCalc, ULONG nLastNd, USHORT nLastCnt )
-+void SwDoc::FldsToCalc( SwCalc& rCalc, sal_uInt32 nLastNd, sal_uInt16 nLastCnt )
- {
- // erzeuge die Sortierteliste aller SetFelder
- pUpdtFlds->MakeFldList( *this, bNewFldLst, GETFLD_CALC );
-@@ -2217,7 +2217,7 @@
- ResetModified();
- }
-
--BOOL SwDoc::SetFieldsDirty( BOOL b, const SwNode* pChk, ULONG nLen )
-+BOOL SwDoc::SetFieldsDirty( BOOL b, const SwNode* pChk, sal_uInt32 nLen )
- {
- // teste ggfs. mal, ob die angegbenen Nodes ueberhaupt Felder beinhalten.
- // wenn nicht, braucht das Flag nicht veraendert werden.