Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-16 16:41:15 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-16 16:41:15 +0300
commit76d45a51dbacd607006b8cfa568b7e7a5bd76c87 (patch)
treec43bb09d82202318962d357caa79fa1d9a6923a7
parent91dd50f37f63f4ebc672dae9c1106e699b3bd9af (diff)
extra/zeromq: Remove patches
-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 //
+# '
+#)"