summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-10-18 08:04:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-10-18 08:04:09 +0000
commit406c226fd53b505d2ce2febb8b129f0ddd6b4355 (patch)
treedbb4ab0511c49c2a433605edf4fbb7d6a9f75a56 /editors/openoffice.org-3-RC/files
parentUpdate to 3.0.0.1 release. (diff)
Update to OOO320_m2.
Funded by: OpenOffice.org community. Feature safe: yes
Notes
Notes: svn path=/head/; revision=243000
Diffstat (limited to 'editors/openoffice.org-3-RC/files')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i10597717
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i105977 b/editors/openoffice.org-3-RC/files/patch-i105977
new file mode 100644
index 000000000000..2a64e10e0fb0
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-i105977
@@ -0,0 +1,17 @@
+--- nss/makefile.mk~ 2009-10-18 14:50:43.000000000 +0900
++++ nss/makefile.mk 2009-10-18 14:50:56.000000000 +0900
+@@ -65,6 +65,14 @@
+ .ENDIF # "$(CPU)"=="X"
+ .ENDIF # "$(OS)$(COM)"=="LINUXGCC"
+
++.IF "$(OS)$(COM)"=="FREEBSDGCC"
++.IF "$(CPU)"=="X"
++# force 64-bit buildmode
++USE_64:=1
++.EXPORT : USE_64
++.ENDIF # "$(CPU)"=="X"
++.ENDIF # "$(OS)$(COM)"=="LINUXGCC"
++
+
+ .IF "$(OS)"=="MACOSX"
+ .IF "$(EXTRA_CFLAGS)"!=""