Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-07 15:02:41 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-07 15:02:41 +0300
commit5cbf31812681d0637486bcd69f101f9552bf8b36 (patch)
tree59d3fc375d5d1ae8d3c7c72e8be5ba7f9ca8800f
parent5354fb113a7d248a8b67c0cea158d831784f9a2d (diff)
extra/glad: Fix failing 32 bit tests
-rw-r--r--extra/glad/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/glad/PKGBUILD b/extra/glad/PKGBUILD
new file mode 100644
index 00000000..430a8c55
--- /dev/null
+++ b/extra/glad/PKGBUILD
@@ -0,0 +1,6 @@
+# long long doesn't work in C90
+# https://github.com/Dav1dde/glad/issues/465
+eval "$(declare -f build | sed '4ised -i "s/-ansi/-std=c99/" utility/test.sh utility/compiletest.sh')"
+
+checkdepends=(${checkdepends[@]/wine})
+checkdepends=(${checkdepends[@]/mingw-w64-gcc})