summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2015-07-16 16:51:57 +0200
committeraksr2015-07-16 16:52:08 +0200
commita30c624885700fec7664e5077b9e9eed2f428f3e (patch)
tree95ff42a78fb80628c22d374471c51d1d6ae86112
parentfd92158a6feaceebb2660bd649c7c2454e20b1ea (diff)
downloadaur-cdecl.tar.gz
Fix build - thanks jarmar
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53ace4cf217b..6e71f7608e04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver"
- make
+ make CFLAGS="-std=gnu90"
}
package() {