summaryrefslogtreecommitdiff
path: root/community/zeromq/PKGBUILD
blob: a86965d98f03e5085fedc563bec619e3b7af42e6 (plain)
1
2
3
4
5
6
7
8
9
# libpgm causes linking issues with intrinsics on 32-bit
depends=(${depends[@]/libpgm/})

eval "$(
  declare -f build | \
    sed '
      s/--with-pgm //
    '
)"