Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/zeromq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/zeromq/PKGBUILD')
-rw-r--r--extra/zeromq/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/zeromq/PKGBUILD b/extra/zeromq/PKGBUILD
index a86965d9..683a66e9 100644
--- a/extra/zeromq/PKGBUILD
+++ b/extra/zeromq/PKGBUILD
@@ -1,9 +1,10 @@
# libpgm causes linking issues with intrinsics on 32-bit
-depends=(${depends[@]/libpgm/})
+# This seems to no longer happen?
+#depends=(${depends[@]/libpgm/})
-eval "$(
- declare -f build | \
- sed '
- s/--with-pgm //
- '
-)"
+#eval "$(
+# declare -f build | \
+# sed '
+# s/--with-pgm //
+# '
+#)"