Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-datrie
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-09-08 21:50:27 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-09-08 21:50:27 +0300
commit4e33237a92d7d6f7f4a70d719721c5a65b8e4ac2 (patch)
tree8c61e84de6c6d5ed84b947fb558cccbdc7df8114 /extra/python-datrie
parentfd4cb389f0bad4760e0dce4fc2960d0f212b4cfe (diff)
extra/python-datrie Fix gcc14 incompatibility and tests
Diffstat (limited to 'extra/python-datrie')
-rw-r--r--extra/python-datrie/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/python-datrie/PKGBUILD b/extra/python-datrie/PKGBUILD
new file mode 100644
index 00000000..b7385378
--- /dev/null
+++ b/extra/python-datrie/PKGBUILD
@@ -0,0 +1,3 @@
+eval "$(declare -f build | sed '3i export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types"')"
+# Can't figure out how to properly escape the $ and I'm out of patience
+eval "$(declare -f check | sed 's@.CARCH@i686@')"