diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-21 15:49:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-21 15:49:26 +0000 |
commit | 2c083b6d7a2608d2230afbf7a6cec07923c137ef (patch) | |
tree | fd3879470b7592818cfcfb8cce4bd1de29a028ff /net-im/libpurple | |
parent | 2db66c87aba3c832e8bd75518dcaae2afbc7cd56 (diff) |
Fix build with SASL option.
PR: ports/190057
Notes
Notes:
svn path=/head/; revision=354753
Diffstat (limited to 'net-im/libpurple')
-rw-r--r-- | net-im/libpurple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index c03608ce8a09..f7687c65cad5 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -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) |