- use gnutls instead of openssl, as it's causing apps using ssl to freak out
prompted by kevlo@
This commit is contained in:
parent
2cd707a188
commit
429d6804f6
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/01/04 21:26:47 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2009/01/19 08:56:41 jasper Exp $
|
||||
|
||||
COMMENT= lightweight Jabber client library
|
||||
|
||||
DISTNAME= loudmouth-1.4.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS += loudmouth-1 1.0 # .1.0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS += loudmouth-1 2.0 # .1.0
|
||||
CATEGORIES= net devel
|
||||
|
||||
HOMEPAGE= http://groups.google.com/group/loudmouth-dev/
|
||||
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= crypto pcre ssl
|
||||
WANTLIB= gcrypt gpg-error pcre tasn1 z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
@ -23,7 +23,8 @@ MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= glib-2.0::devel/glib2 \
|
||||
idn.>=16::devel/libidn
|
||||
idn.>=16::devel/libidn \
|
||||
gnutls::security/gnutls
|
||||
BUILD_DEPENDS= ${REGRESS_DEPENDS}
|
||||
REGRESS_DEPENDS= ::devel/check
|
||||
|
||||
@ -32,7 +33,10 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--disable-mono \
|
||||
--with-ssl=openssl \
|
||||
--with-check=${LOCALBASE}
|
||||
# XXX:
|
||||
# Use gnutls instead of openssl, a few ports don't seem to work
|
||||
# when loudmouth uses openssl.
|
||||
CONFIGURE_ARGS+= --with-ssl=gnutls
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user