aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i102181
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
commitb80064cbb9898918e6563795d0233e58fde5e7a6 (patch)
treec805049ad5c2b944a6ce5e4d414b7a5c0dff612e /editors/openoffice-3-devel/files/patch-i102181
parentf2440db2ac6d1a099a0baae5d583f4fd8a043e0c (diff)
downloadports-b80064cbb9898918e6563795d0233e58fde5e7a6.tar.gz
ports-b80064cbb9898918e6563795d0233e58fde5e7a6.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Notes
Notes: svn path=/head/; revision=257512 svn path=/tags/RELEASE_8_1_0/; revision=257513; tag=release/8.1.0
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i102181')
-rw-r--r--editors/openoffice-3-devel/files/patch-i10218134
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i102181 b/editors/openoffice-3-devel/files/patch-i102181
deleted file mode 100644
index 314eea8b204a..000000000000
--- a/editors/openoffice-3-devel/files/patch-i102181
+++ /dev/null
@@ -1,34 +0,0 @@
---- 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/*
-
--.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
-+.IF "$(OS)" == "LINUX"
- PATCH_FILES=openssllnx.patch
- ADDITIONAL_FILES:= \
- libcrypto_OOo_0_9_8l.map \
-@@ -100,6 +100,22 @@
- .ENDIF
- .ENDIF
-
-+.IF "$(OS)" == "FREEBSD"
-+ PATCH_FILES=openssllnx.patch
-+ ADDITIONAL_FILES:= \
-+ libcrypto_OOo_0_9_8l.map \
-+ libssl_OOo_0_9_8l.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"