83f602262c
From Brad (maintainer), ok jasper@ (ports is still not fully open)
17 lines
571 B
Plaintext
17 lines
571 B
Plaintext
$OpenBSD: patch-pidgin_gtkdialogs_c,v 1.19 2010/02/28 22:51:56 sthen Exp $
|
|
--- pidgin/gtkdialogs.c.orig Tue Feb 16 04:34:06 2010
|
|
+++ pidgin/gtkdialogs.c Thu Feb 18 20:11:07 2010
|
|
@@ -603,6 +603,12 @@ g_string_append(str, "<br/> <b>Library Support</b><br
|
|
g_string_append(str, " <b>GtkSpell:</b> Disabled<br/>");
|
|
#endif
|
|
|
|
+#ifdef HAVE_OPENSSL
|
|
+ g_string_append(str, " <b>OpenSSL:</b> Enabled<br/>");
|
|
+#else
|
|
+ g_string_append(str, " <b>OpenSSL:</b> Disabled<br/>");
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_GNUTLS
|
|
g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>");
|
|
#else
|