summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-15 00:07:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-15 00:07:11 +0000
commit1bb5898cac0a2cb1e3fb930f4916b0231bff2180 (patch)
tree676f222f1f2265d7c0bb25ec06dcf7f712fc9646
parentAdd more context to the patch we have for Boost. (diff)
- Fix build with boost 1.60
PR: 207009 Submitted by: amdmi3 Approved by: thierry (maintainer)
Notes
Notes: svn path=/head/; revision=408912
-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