From 7c1b1f99d205a107523c9ffa852db77a720405b9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 20 Jan 2018 13:25:11 +0100 Subject: community/codeblocks: add option to ./configure to find boost lib (in standard dir?) --- community/codeblocks/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/codeblocks/PKGBUILD diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD new file mode 100644 index 00000000..3fe0b833 --- /dev/null +++ b/community/codeblocks/PKGBUILD @@ -0,0 +1,8 @@ +# doesn't find boost otherwise + +eval "$( + declare -f build | \ + sed ' + s,configure ,\0--with-boost-libdir=/usr/lib , + ' +)" -- cgit v1.2.3