summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i102181
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i102181')
-rw-r--r--editors/openoffice-3-devel/files/patch-i10218123
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i102181 b/editors/openoffice-3-devel/files/patch-i102181
deleted file mode 100644
index a074079aa43b..000000000000
--- a/editors/openoffice-3-devel/files/patch-i102181
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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
- .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"
-+ CONFIGURE_ACTION=Configure BSD-x86_64
-+ .ELSE
-+ CONFIGURE_ACTION=Configure BSD-x86-elf
-+ .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"