diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-21 04:36:53 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-21 04:36:53 +0800 |
commit | 910e994c3874b6ba8d2a182d0ca06b68cbe0b696 (patch) | |
tree | a7e3982c748629ff86feb8aab05a8217d09e921e /www/dillo-i18n/files/enable-ssl.patch | |
parent | 50a362030aead36eda6ad89f98becbb9db9b9636 (diff) | |
download | freebsd-ports-gnome-910e994c3874b6ba8d2a182d0ca06b68cbe0b696.tar.gz freebsd-ports-gnome-910e994c3874b6ba8d2a182d0ca06b68cbe0b696.tar.zst freebsd-ports-gnome-910e994c3874b6ba8d2a182d0ca06b68cbe0b696.zip |
- Update to 0.8.6.20060516
PR: 96595
Submitted by: maintainer
Diffstat (limited to 'www/dillo-i18n/files/enable-ssl.patch')
-rw-r--r-- | www/dillo-i18n/files/enable-ssl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/dillo-i18n/files/enable-ssl.patch b/www/dillo-i18n/files/enable-ssl.patch new file mode 100644 index 000000000000..c20ccebf7659 --- /dev/null +++ b/www/dillo-i18n/files/enable-ssl.patch @@ -0,0 +1,10 @@ +--- dpi/https.c.orig Sat Mar 25 16:46:48 2006 ++++ dpi/https.c Sat Mar 25 16:47:38 2006 +@@ -62,7 +62,6 @@ + #include "dpiutil.h" + + #define ENABLE_SSL +-#undef ENABLE_SSL + #ifdef ENABLE_SSL + + #include <openssl/ssl.h> |