summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-i102181
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
commit058f99bb6be204f053b06d0ad32951709df6109f (patch)
treed55abf725c2c1bef9c08f04fa131ff3b081ef61a /editors/openoffice-3/files/patch-i102181
parentUpdate to 0.96.5 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_EOL'.6-eol
Notes
Notes: svn path=/head/; revision=265669 svn path=/tags/RELEASE_6_EOL/; revision=265670; tag=6-eol
Diffstat (limited to 'editors/openoffice-3/files/patch-i102181')
-rw-r--r--editors/openoffice-3/files/patch-i10218134
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/openoffice-3/files/patch-i102181 b/editors/openoffice-3/files/patch-i102181
deleted file mode 100644
index e94916cab98b..000000000000
--- a/editors/openoffice-3/files/patch-i102181
+++ /dev/null
@@ -1,34 +0,0 @@
---- openssl/makefile.mk.orig 2009-12-06 12:25:44.000000000 +0900
-+++ openssl/makefile.mk 2009-12-12 17:14:17.000000000 +0900
-@@ -61,7 +61,7 @@
- OUT2LIB += libcrypto.*
- OUT2INC += include/openssl/*
-
--.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
-+.IF "$(OS)" == "LINUX"
- PATCH_FILES=openssllnx.patch
- ADDITIONAL_FILES:= \
- 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_8n.map \
-+ libssl_OOo_0_9_8n.map
-+ .IF "$(CPU)" == "I"
-+ CONFIGURE_ACTION=Configure BSD-x86-elf
-+ .ELIF "$(BUILD64)" == "1"
-+ CONFIGURE_ACTION=Configure BSD-x86_64
-+ .ELSE
-+ 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'
-+.ENDIF
-+
- .IF "$(OS)" == "WNT"
-
- .IF "$(COM)"=="GCC"