summaryrefslogtreecommitdiff
path: root/community/codeblocks
diff options
context:
space:
mode:
Diffstat (limited to 'community/codeblocks')
-rw-r--r--community/codeblocks/PKGBUILD8
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 ,
+ '
+)"