ports/190057: net-im/libpurple-2.10.9_3 fails to detect libsasl2

Tijl Coosemans tijl at FreeBSD.org
Wed May 21 14:20:01 UTC 2014


The following reply was made to PR ports/190057; it has been noted by GNATS.

From: Tijl Coosemans <tijl at FreeBSD.org>
To: bug-followup at FreeBSD.org, freebsd at 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--


More information about the freebsd-ports-bugs mailing list