index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-11 03:46:32 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-11 03:46:32 +0300 |
commit | 18b214cac3dd44e449e4b1faec2fa057b9cfe67d (patch) | |
tree | 727ae43ccaf333231cfafd53171ee3cbdd24ad51 /extra/python-gevent | |
parent | bef802df6736f668054c9cc50057a118ec5055e0 (diff) |
-rw-r--r-- | extra/python-gevent/PKGBUILD | 6 |
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" + ' +)" |