svn commit: r354753 - head/net-im/libpurple

Tijl Coosemans tijl at FreeBSD.org
Wed May 21 15:49:26 UTC 2014


Author: tijl
Date: Wed May 21 15:49:26 2014
New Revision: 354753
URL: http://svnweb.freebsd.org/changeset/ports/354753
QAT: https://qat.redports.org/buildarchive/r354753/

Log:
  Fix build with SASL option.
  
  PR:		ports/190057

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Wed May 21 15:44:08 2014	(r354752)
+++ head/net-im/libpurple/Makefile	Wed May 21 15:49:26 2014	(r354753)
@@ -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)


More information about the svn-ports-all mailing list