openbsd-ports/net/pidgin/patches/patch-config_h_in
sthen 71b40d1d30 bugfix update to 2.5.8, mostly to fix problems introduced with the rushed
2.5.7 release forced out due to changes needed to keep connecting to Yahoo.
From Brad (maintainer).
2009-07-12 20:01:32 +00:00

17 lines
470 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.11 2009/07/12 20:01:32 sthen Exp $
--- config.h.in.orig Sat Jun 27 22:12:40 2009
+++ config.h.in Mon Jun 29 22:43:21 2009
@@ -196,6 +196,12 @@
/* Define to 1 if you have the <nss.h> header file. */
#undef HAVE_NSS_H
+/* Define if you have OpenSSL */
+#undef HAVE_OPENSSL
+
+/* Define to 1 if you have the <openssl/ssl.h> header file. */
+#undef HAVE_OPENSSL_SSL_H
+
/* Define if we have Pango 1.4 or newer. */
#undef HAVE_PANGO14