Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-11 14:35:46 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-11 14:35:46 +0300
commitf7d7f197b797a57e389d1865958de20fce92ce8d (patch)
treef47bef44952aeb23e7e94b693829a11138e41f24 /extra
parentf2917a33637f86a9827885ed94862aa5030127e9 (diff)
extra/python-qdldl: gcc14 hack
Diffstat (limited to 'extra')
-rw-r--r--extra/python-qdldl/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
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"
+ '
+)"