summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-i105977
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
commit08acf5c407242344b0047b8040900f52df620dde (patch)
tree49936ec28d8b2a4256959f13245d757df97e04bd /editors/openoffice-3/files/patch-i105977
parentUpgrade to version 2.4.0. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Diffstat (limited to 'editors/openoffice-3/files/patch-i105977')
-rw-r--r--editors/openoffice-3/files/patch-i10597717
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/openoffice-3/files/patch-i105977 b/editors/openoffice-3/files/patch-i105977
deleted file mode 100644
index 2a64e10e0fb0..000000000000
--- a/editors/openoffice-3/files/patch-i105977
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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)"!=""