summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-04-29 20:52:53 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-04-29 20:52:53 +0000
commitf495f24551d52e4afbbdce4605ba4feefef70b44 (patch)
treedac98ada361282cba59f7caf9c54e774b3459106 /editors/openoffice.org-3-RC/files
parent- Update to 0.28 (diff)
Update to OOO320_m16.
Funded by: OpenOffice.org community
Notes
Notes: svn path=/head/; revision=253442
Diffstat (limited to 'editors/openoffice.org-3-RC/files')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i10218110
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i102181 b/editors/openoffice.org-3-RC/files/patch-i102181
index 53ccde029f35..e94916cab98b 100644
--- a/editors/openoffice.org-3-RC/files/patch-i102181
+++ b/editors/openoffice.org-3-RC/files/patch-i102181
@@ -1,6 +1,6 @@
--- 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 @@
+@@ -61,7 +61,7 @@
OUT2LIB += libcrypto.*
OUT2INC += include/openssl/*
@@ -8,16 +8,16 @@
+.IF "$(OS)" == "LINUX"
PATCH_FILES=openssllnx.patch
ADDITIONAL_FILES:= \
- libcrypto_OOo_0_9_8l.map \
-@@ -103,6 +103,22 @@
+ libcrypto_OOo_0_9_8n.map \
+@@ -99,6 +99,22 @@
.ENDIF
.ENDIF
+.IF "$(OS)" == "FREEBSD"
+ PATCH_FILES=openssllnx.patch
+ ADDITIONAL_FILES:= \
-+ libcrypto_OOo_0_9_8l.map \
-+ libssl_OOo_0_9_8l.map
++ libcrypto_OOo_0_9_8n.map \
++ libssl_OOo_0_9_8n.map
+ .IF "$(CPU)" == "I"
+ CONFIGURE_ACTION=Configure BSD-x86-elf
+ .ELIF "$(BUILD64)" == "1"