On Sat, Feb 10, 2018 at 03:36:59PM +0000, Stuart Henderson wrote:
> hrmm. seeing this on i386 but I have no idea why.
>
> checking for boostlib >= (102000)... yes
> checking whether the Boost::System library is available... yes
> configure: error: Could not find a version of the library!
This revision should fix. Tested on i386 and amd64.
Index: Makefile
===================================================================
RCS file: /systems/cvs/ports/devel/codeblocks/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile 6 Feb 2018 15:28:51 -0000 1.47
+++ Makefile 13 Feb 2018 01:40:26 -0000
@@ -4,6 +4,7 @@ BROKEN-alpha= sqvm.cpp:394:1: internal c
COMMENT= Code::Blocks C/C++ IDE
V= 17.12
+REVISION= 0
DISTNAME= codeblocks_${V}
PKGNAME= codeblocks-${V}
EXTRACT_SUFX= .tar.xz
@@ -72,6 +73,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/in
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-contrib-plugins=all
CONFIGURE_ARGS += --enable-debug
+CONFIGURE_ARGS += --with-boost-libdir=${LOCALBASE}/lib
MAKE_ENV= AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
AUTOCONF_VERSION=${AUTOCONF_VERSION}