From 53557f87c026bd197835812980bbe2b0008bc0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:29 +0700 Subject: [PATCH] codeblocks: for boost-1.89 --- srcpkgs/codeblocks/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/codeblocks/template b/srcpkgs/codeblocks/template index 157de6a978a..4f19541b783 100644 --- a/srcpkgs/codeblocks/template +++ b/srcpkgs/codeblocks/template @@ -1,15 +1,16 @@ # Template file for 'codeblocks' pkgname=codeblocks version=25.03 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3 --with-contrib-plugins --with-boost=${XBPS_CROSS_BASE}/usr --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib + --with-boost-system=c ac_cv_exeext=no --with-gnu-ld" hostmakedepends="libtool pkg-config zip tinyxml-devel" makedepends="gtk+3-devel wxWidgets-gtk3-devel tinyxml-devel hunspell-devel - gamin-devel boost-devel-minimal libboost_system boost-build tinyxml-devel" + gamin-devel boost-devel-minimal boost-build tinyxml-devel" short_desc="Free C, C++ and Fortran IDE" maintainer="Orphaned " license="GPL-3.0-only"