svn commit: r408415 - head/devel/codeblocks

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 7 14:58:49 UTC 2016


Author: amdmi3
Date: Sun Feb  7 14:58:47 2016
New Revision: 408415
URL: https://svnweb.freebsd.org/changeset/ports/408415

Log:
  - Fix build with boost-1.60
  
  PR:		199601

Modified:
  head/devel/codeblocks/Makefile

Modified: head/devel/codeblocks/Makefile
==============================================================================
--- head/devel/codeblocks/Makefile	Sun Feb  7 14:51:53 2016	(r408414)
+++ head/devel/codeblocks/Makefile	Sun Feb  7 14:58:47 2016	(r408415)
@@ -27,7 +27,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \
 		--disable-pch
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib -lboost_system
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list