diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2012-03-26 08:04:09 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2012-03-26 08:04:09 +0000 |
commit | 1d5dc71eb7e37fe26825750015d76d77232f3626 (patch) | |
tree | e4f346c12ea0d1968d06e21b461decec80118e7d /editors/openoffice-3/files/patch-i102181 | |
parent | Readd BROKEN: still can't find numpy (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_3_0'.release/8.3.0
Notes
Notes:
svn path=/head/; revision=293833
svn path=/tags/RELEASE_8_3_0/; revision=293834; tag=release/8.3.0
Diffstat (limited to 'editors/openoffice-3/files/patch-i102181')
-rw-r--r-- | editors/openoffice-3/files/patch-i102181 | 34 |
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 b649ffcb87c8..000000000000 --- a/editors/openoffice-3/files/patch-i102181 +++ /dev/null @@ -1,34 +0,0 @@ ---- 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_8o.map \ -@@ -110,6 +110,22 @@ - .ENDIF - .ENDIF - -+.IF "$(OS)" == "FREEBSD" -+ PATCH_FILES=openssllnx.patch -+ ADDITIONAL_FILES:= \ -+ libcrypto_OOo_0_9_8o.map \ -+ libssl_OOo_0_9_8o.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" |