summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i102181
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-07-24 03:32:12 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-07-24 03:32:12 +0000
commit102b201ee757bafda2a98178b186b8fbdd148092 (patch)
treebba14cf1ad7f1317f2ba311c0f546c7d510480b3 /editors/openoffice-3-devel/files/patch-i102181
parentAllow ConsoleKit to mark X sessions started with startx as active. This (diff)
Update to DEV300_m85.
Funded by: OpenOffice.org community.
Notes
Notes: svn path=/head/; revision=258124
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/patch-i10218118
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i102181 b/editors/openoffice-3-devel/files/patch-i102181
index 314eea8b204a..b649ffcb87c8 100644
--- a/editors/openoffice-3-devel/files/patch-i102181
+++ b/editors/openoffice-3-devel/files/patch-i102181
@@ -1,23 +1,23 @@
---- openssl/makefile.mk 2010-04-29 13:18:37.000000000 +0900
-+++ openssl/makefile.mk 2010-05-05 12:46:55.000000000 +0900
-@@ -62,7 +62,7 @@
- OUT2LIB += libcrypto.*
- OUT2INC += include/openssl/*
+--- openssl/makefile.mk.orig 2010-07-17 07:41:38.000000000 +0900
++++ openssl/makefile.mk 2010-07-17 17:23:07.000000000 +0900
+@@ -64,7 +64,7 @@
+
+ UNAME=$(shell uname)
-.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
+.IF "$(OS)" == "LINUX"
PATCH_FILES=openssllnx.patch
ADDITIONAL_FILES:= \
- libcrypto_OOo_0_9_8l.map \
-@@ -100,6 +100,22 @@
+ libcrypto_OOo_0_9_8o.map \
+@@ -110,6 +110,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_8o.map \
++ libssl_OOo_0_9_8o.map
+ .IF "$(CPU)" == "I"
+ CONFIGURE_ACTION=Configure BSD-x86-elf
+ .ELIF "$(BUILD64)" == "1"