Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/glad/PKGBUILD
blob: 430a8c55619f9f911772729686c530665b53f1fd (plain)
1
2
3
4
5
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})