Date: Wed, 21 May 2014 15:49:26 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354753 - head/net-im/libpurple Message-ID: <201405211549.s4LFnQwg072918@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405211549.s4LFnQwg072918>