index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-11 14:35:46 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-11 14:35:46 +0300 |
commit | f7d7f197b797a57e389d1865958de20fce92ce8d (patch) | |
tree | f47bef44952aeb23e7e94b693829a11138e41f24 /extra/python-qdldl | |
parent | f2917a33637f86a9827885ed94862aa5030127e9 (diff) |
-rw-r--r-- | extra/python-qdldl/PKGBUILD | 7 |
diff --git a/extra/python-qdldl/PKGBUILD b/extra/python-qdldl/PKGBUILD new file mode 100644 index 00000000..c6ea8ecb --- /dev/null +++ b/extra/python-qdldl/PKGBUILD @@ -0,0 +1,7 @@ +# Temporary hack for gcc14 +eval "$( + declare -f build | \ + sed ' + 3 i CFLAGS="-Wno-incompatible-pointer-types $CFLAGS" + ' +)" |