svn commit: r408912 - head/deskutils/pinot

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 15 00:07:12 UTC 2016


Author: amdmi3
Date: Mon Feb 15 00:07:11 2016
New Revision: 408912
URL: https://svnweb.freebsd.org/changeset/ports/408912

Log:
  - Fix build with boost 1.60
  
  PR:		207009
  Submitted by:	amdmi3
  Approved by:	thierry (maintainer)

Modified:
  head/deskutils/pinot/Makefile

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Sun Feb 14 23:56:28 2016	(r408911)
+++ head/deskutils/pinot/Makefile	Mon Feb 15 00:07:11 2016	(r408912)
@@ -45,7 +45,7 @@ CONFIGURE_ARGS=	--with-http=curl --with-
 		--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


More information about the svn-ports-all mailing list