Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 14:20:01 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/190057: net-im/libpurple-2.10.9_3 fails to detect libsasl2
Message-ID:  <201405211420.s4LEK1xK067059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/190057; it has been noted by GNATS.

From: Tijl Coosemans <tijl@FreeBSD.org>
To: bug-followup@FreeBSD.org, freebsd@nagilum.org
Cc:  
Subject: Re: ports/190057: net-im/libpurple-2.10.9_3 fails to detect
 libsasl2
Date: Wed, 21 May 2014 16:12:48 +0200

 --MP_/7XXMvIhEV_WJGWkyyk9wqrh
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Hi,
 
 Please try the attached patch.
 --MP_/7XXMvIhEV_WJGWkyyk9wqrh
 Content-Type: text/x-patch
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=libpurple.patch
 
 Index: net-im/libpurple/Makefile
 ===================================================================
 --- net-im/libpurple/Makefile	(revision 354713)
 +++ net-im/libpurple/Makefile	(working copy)
 @@ -20,6 +20,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
  		--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
  		--enable-static \
  		--disable-nm
 +CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
  INSTALL_TARGET=	install-strip
  
  .if !defined(PIDGIN_SLAVE)
 
 --MP_/7XXMvIhEV_WJGWkyyk9wqrh--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405211420.s4LEK1xK067059>