Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/glad/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/glad/PKGBUILD')
-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})