summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-i102181
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-12-12 22:35:26 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-12-12 22:35:26 +0000
commita15d680f12f70db8d8c749d043be788f03d0430b (patch)
tree5e9a17e5e1ee10e1a6f78ee09c76fdaefd92fa0e /editors/openoffice.org-3-RC/files/patch-i102181
parentTemporarely remove archives.fedoraproject.org completely, it's slows down (diff)
Update to OOO320_m7.
Funded by: OpenOffice.org community.
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-i102181')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i10218127
1 files changed, 19 insertions, 8 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i102181 b/editors/openoffice.org-3-RC/files/patch-i102181
index a074079aa43b..53ccde029f35 100644
--- a/editors/openoffice.org-3-RC/files/patch-i102181
+++ b/editors/openoffice.org-3-RC/files/patch-i102181
@@ -1,18 +1,29 @@
---- openssl/makefile.mk.orig 2009-06-11 09:05:38.000000000 +0900
-+++ openssl/makefile.mk 2009-06-11 20:30:14.000000000 +0900
-@@ -105,6 +105,20 @@
- .ENDIF
+--- openssl/makefile.mk.orig 2009-12-06 12:25:44.000000000 +0900
++++ openssl/makefile.mk 2009-12-12 17:14:17.000000000 +0900
+@@ -65,7 +65,7 @@
+ OUT2LIB += libcrypto.*
+ OUT2INC += include/openssl/*
+
+-.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
++.IF "$(OS)" == "LINUX"
+ PATCH_FILES=openssllnx.patch
+ ADDITIONAL_FILES:= \
+ libcrypto_OOo_0_9_8l.map \
+@@ -103,6 +103,22 @@
+ .ENDIF
.ENDIF
+.IF "$(OS)" == "FREEBSD"
+ PATCH_FILES=openssllnx.patch
+ ADDITIONAL_FILES:= \
-+ libcrypto_OOo_0_9_8k.map \
-+ libssl_OOo_0_9_8k.map
-+ .IF "$(CPU)" == "X"
++ libcrypto_OOo_0_9_8l.map \
++ libssl_OOo_0_9_8l.map
++ .IF "$(CPU)" == "I"
++ CONFIGURE_ACTION=Configure BSD-x86-elf
++ .ELIF "$(BUILD64)" == "1"
+ CONFIGURE_ACTION=Configure BSD-x86_64
+ .ELSE
-+ CONFIGURE_ACTION=Configure BSD-x86-elf
++ CONFIGURE_ACTION=Configure BSD-generic32
+ .ENDIF
+ # if you build openssl as shared library you have to patch the Makefile.Shared "LD_LIBRARY_PATH=$$LD_LIBRARY_PATH \"
+ #BUILD_ACTION=make 'SHARED_LDFLAGS=-Wl,--version-script=./lib$$(SHLIBDIRS)_OOo_0_9_8e.map'