aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-05-21 23:49:26 +0800
committertijl <tijl@FreeBSD.org>2014-05-21 23:49:26 +0800
commitc6dddf4322d6cf4cf1e867af008eed956ccbe2dd (patch)
treefd3879470b7592818cfcfb8cce4bd1de29a028ff /net-im
parent48662554457929c30e3599a931649e499386e558 (diff)
downloadfreebsd-ports-gnome-c6dddf4322d6cf4cf1e867af008eed956ccbe2dd.tar.gz
freebsd-ports-gnome-c6dddf4322d6cf4cf1e867af008eed956ccbe2dd.tar.zst
freebsd-ports-gnome-c6dddf4322d6cf4cf1e867af008eed956ccbe2dd.zip
Fix build with SASL option.
PR: ports/190057
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile1
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)