summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/zeromq/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
new file mode 100644
index 00000000..a86965d9
--- /dev/null
+++ b/community/zeromq/PKGBUILD
@@ -0,0 +1,9 @@
+# libpgm causes linking issues with intrinsics on 32-bit
+depends=(${depends[@]/libpgm/})
+
+eval "$(
+ declare -f build | \
+ sed '
+ s/--with-pgm //
+ '
+)"