Use openssl instead of gnutls.
ok jasper@ (maintainer)
This commit is contained in:
parent
e472ea3b6e
commit
b1be8c1e8e
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2011/09/16 20:00:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2011/10/27 16:22:45 ajacoutot Exp $
|
||||
|
||||
COMMENT= flexible communications framework, xmpp component
|
||||
|
||||
DISTNAME= telepathy-gabble-0.12.6
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-gabble/}
|
||||
|
||||
WANTLIB += c dbus-1 dbus-glib-1 gio-2.0 glib-2.0 gmodule-2.0 gmp
|
||||
WANTLIB += gnutls gobject-2.0 gthread-2.0 hogweed m nettle nice
|
||||
WANTLIB += pcre p11-kit pthread soup-2.4 sqlite3 tasn1 telepathy-glib
|
||||
WANTLIB += xml2 z
|
||||
WANTLIB += c crypto dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 m nice pcre pthread soup-2.4
|
||||
WANTLIB += sqlite3 ssl telepathy-glib xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python
|
||||
@ -25,7 +24,8 @@ LIB_DEPENDS= devel/libsoup \
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-ca-certificates=/etc/ssl/cert.pem \
|
||||
--disable-gtk-doc \
|
||||
--enable-plugins
|
||||
--enable-plugins \
|
||||
--with-tls=openssl
|
||||
CONFIGURE_ENV+= ac_cv_prog_PYTHON="${MODPY_BIN}"
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/lib/ext/wocky
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lib_ext_wocky_examples_register_c,v 1.2 2010/09/23 13:37:12 jasper Exp $
|
||||
--- lib/ext/wocky/examples/register.c.orig Tue Sep 21 19:59:47 2010
|
||||
+++ lib/ext/wocky/examples/register.c Tue Sep 21 20:00:23 2010
|
||||
@@ -73,7 +73,7 @@ main (int argc,
|
||||
"password" , pass,
|
||||
"xmpp-server", host, NULL);
|
||||
|
||||
- g_object_set (G_OBJECT (wcon), "email", email, NULL);
|
||||
+ g_object_set (G_OBJECT (wcon), "email", email, (void *)0);
|
||||
wocky_connector_register_async (wcon, NULL, connector_callback, NULL);
|
||||
g_main_loop_run (mainloop);
|
||||
|
Loading…
x
Reference in New Issue
Block a user