summaryrefslogtreecommitdiff
path: root/community/codeblocks/PKGBUILD
blob: 3fe0b833a2361e12df89c905c1ceff6b5d797d40 (plain)
1
2
3
4
5
6
7
8
# doesn't find boost otherwise

eval "$(
  declare -f build | \
    sed '
      s,configure ,\0--with-boost-libdir=/usr/lib ,
    '
)"