Date: Sun, 7 Feb 2016 14:58:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408415 - head/devel/codeblocks Message-ID: <201602071458.u17EwlCd000883@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071458.u17EwlCd000883>