From 4e33237a92d7d6f7f4a70d719721c5a65b8e4ac2 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Sun, 8 Sep 2024 21:50:27 +0300 Subject: extra/python-datrie Fix gcc14 incompatibility and tests --- extra/python-datrie/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 extra/python-datrie/PKGBUILD (limited to 'extra') 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@')" -- cgit v1.2.3-70-g09d2