index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 21:50:27 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 21:50:27 +0300 |
commit | 4e33237a92d7d6f7f4a70d719721c5a65b8e4ac2 (patch) | |
tree | 8c61e84de6c6d5ed84b947fb558cccbdc7df8114 /extra | |
parent | fd4cb389f0bad4760e0dce4fc2960d0f212b4cfe (diff) |
-rw-r--r-- | extra/python-datrie/PKGBUILD | 3 |
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@')" |