aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/pinot
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-02-15 08:07:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-02-15 08:07:11 +0800
commit3cd5d2751b7468f04d7c4e6b87a16d8c4f29469a (patch)
tree676f222f1f2265d7c0bb25ec06dcf7f712fc9646 /deskutils/pinot
parent5444824d30041eb9add03a3c3651b448e1949520 (diff)
downloadfreebsd-ports-gnome-3cd5d2751b7468f04d7c4e6b87a16d8c4f29469a.tar.gz
freebsd-ports-gnome-3cd5d2751b7468f04d7c4e6b87a16d8c4f29469a.tar.zst
freebsd-ports-gnome-3cd5d2751b7468f04d7c4e6b87a16d8c4f29469a.zip
- Fix build with boost 1.60
PR: 207009 Submitted by: amdmi3 Approved by: thierry (maintainer)
Diffstat (limited to 'deskutils/pinot')
-rw-r--r--deskutils/pinot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile
index 476fadccb768..000f9589d39a 100644
--- a/deskutils/pinot/Makefile
+++ b/deskutils/pinot/Makefile
@@ -45,7 +45,7 @@ CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive \
--enable-mempool=no
CONFIGURE_ENV= MKDIR_P="${MKDIR}"
CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib -lboost_system
USES= gettext libarchive libtool pkgconfig python shebangfix
USE_OPENSSL= yes