diff options
Diffstat (limited to 'community/codeblocks/PKGBUILD')
-rw-r--r-- | community/codeblocks/PKGBUILD | 8 |
1 files changed, 8 insertions, 0 deletions
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 , + ' +)" |