summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/bomberclone/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bomberclone/PKGBUILD b/community/bomberclone/PKGBUILD
index 8f7aae214..a127c664c 100644
--- a/community/bomberclone/PKGBUILD
+++ b/community/bomberclone/PKGBUILD
@@ -23,7 +23,7 @@ build() {
# add build fix extracted from upstream CVS (fixes FS#26942)
patch -p0 -i ../bomberclone-0.11.9-build-fix.patch
-
+ sed -i 's/-Werror//' configure
./configure --prefix=/usr
make AM_CFLAGS=-lm
}