Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-gevent
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-11 03:46:32 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-11 03:46:32 +0300
commit18b214cac3dd44e449e4b1faec2fa057b9cfe67d (patch)
tree727ae43ccaf333231cfafd53171ee3cbdd24ad51 /extra/python-gevent
parentbef802df6736f668054c9cc50057a118ec5055e0 (diff)
extra/python-gevent: Bad workaround for gcc14
Diffstat (limited to 'extra/python-gevent')
-rw-r--r--extra/python-gevent/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/python-gevent/PKGBUILD b/extra/python-gevent/PKGBUILD
new file mode 100644
index 00000000..9a367660
--- /dev/null
+++ b/extra/python-gevent/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f build | \
+ sed '
+ 3 i CFLAGS="-Wno-incompatible-pointer-types $CFLAGS"
+ '
+)"