diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-11-06 05:13:56 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-11-06 05:13:56 +0000 |
commit | 987e0f32eccfead0c1d0f03132b15b16e5563db4 (patch) | |
tree | dd5d7746d085b59496a050bef0ca44595d6ac7de /security/openssl | |
parent | d8e32a37bd22b66e5b25c712f03e9261d7c2ebde (diff) | |
download | FreeBSD-ports-987e0f32eccfead0c1d0f03132b15b16e5563db4.zip FreeBSD-ports-987e0f32eccfead0c1d0f03132b15b16e5563db4.tar.gz |
- drop objects for win and vms
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/files/patch-crypto-dso-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openssl/files/patch-crypto-dso-Makefile b/security/openssl/files/patch-crypto-dso-Makefile new file mode 100644 index 0000000..b27e728 --- /dev/null +++ b/security/openssl/files/patch-crypto-dso-Makefile @@ -0,0 +1,14 @@ +--- crypto/dso/Makefile.orig Tue May 11 14:45:17 2004 ++++ crypto/dso/Makefile Fri Nov 5 05:37:11 2004 +@@ -23,9 +23,9 @@ + + LIB=$(TOP)/libcrypto.a + LIBSRC= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \ +- dso_openssl.c dso_win32.c dso_vms.c ++ dso_openssl.c + LIBOBJ= dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o \ +- dso_openssl.o dso_win32.o dso_vms.o ++ dso_openssl.o + + SRC= $(LIBSRC) + |