diff options
Diffstat (limited to 'x11/kdelibs3/patches/patch-bd')
-rw-r--r-- | x11/kdelibs3/patches/patch-bd | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/x11/kdelibs3/patches/patch-bd b/x11/kdelibs3/patches/patch-bd index 2bd59e82d1e..ce67482efec 100644 --- a/x11/kdelibs3/patches/patch-bd +++ b/x11/kdelibs3/patches/patch-bd @@ -1,8 +1,8 @@ -$NetBSD: patch-bd,v 1.4 2002/08/28 07:15:44 skrll Exp $ +$NetBSD: patch-bd,v 1.5 2003/03/11 13:10:36 markd Exp $ ---- kio/kssl/kopenssl.cc.orig Mon Aug 12 19:33:58 2002 +--- kio/kssl/kopenssl.cc.orig Fri Jan 3 17:58:50 2003 +++ kio/kssl/kopenssl.cc -@@ -174,7 +174,7 @@ void KOpenSSLProxy::destroy() { +@@ -177,7 +177,7 @@ _me = NULL; } @@ -11,7 +11,7 @@ $NetBSD: patch-bd,v 1.4 2002/08/28 07:15:44 skrll Exp $ #include <qdir.h> #include <qstring.h> #include <qstringlist.h> -@@ -237,26 +237,22 @@ KConfig *cfg; +@@ -240,26 +240,22 @@ delete cfg; @@ -43,7 +43,7 @@ $NetBSD: patch-bd,v 1.4 2002/08/28 07:15:44 skrll Exp $ // FIXME: #define here for the various OS types to optimize libnamess #ifdef hpux -@@ -285,10 +281,16 @@ KConfig *cfg; +@@ -294,10 +290,16 @@ << "libcrypto.so.0.9.6" #endif ; @@ -60,7 +60,7 @@ $NetBSD: patch-bd,v 1.4 2002/08/28 07:15:44 skrll Exp $ for (QStringList::Iterator shit = libnamesc.begin(); shit != libnamesc.end(); ++shit) { -@@ -300,9 +302,9 @@ KConfig *cfg; +@@ -311,9 +313,9 @@ _cryptoLib = ll->globalLibrary(alib.latin1()); if (_cryptoLib) break; } @@ -70,8 +70,8 @@ $NetBSD: patch-bd,v 1.4 2002/08/28 07:15:44 skrll Exp $ -#endif if (_cryptoLib) { - #ifdef HAVE_SSL -@@ -401,16 +403,14 @@ KConfig *cfg; + #ifdef KSSL_HAVE_SSL +@@ -413,16 +415,14 @@ #endif } @@ -93,7 +93,7 @@ $NetBSD: patch-bd,v 1.4 2002/08/28 07:15:44 skrll Exp $ for (QStringList::Iterator shit = libnamess.begin(); shit != libnamess.end(); ++shit) { -@@ -422,9 +422,9 @@ KConfig *cfg; +@@ -436,9 +436,9 @@ _sslLib = ll->globalLibrary(alib.latin1()); if (_sslLib) break; } @@ -103,4 +103,4 @@ $NetBSD: patch-bd,v 1.4 2002/08/28 07:15:44 skrll Exp $ -#endif if (_sslLib) { - #ifdef HAVE_SSL + #ifdef KSSL_HAVE_SSL |