summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbenutzer1932018-08-10 16:40:56 +0200
committerbenutzer1932018-08-10 16:40:56 +0200
commit519d2910518277b37144c077f40edbb8997c1f7a (patch)
tree6a573364775de852870f0f6593f64cb0beb6f4ff /PKGBUILD
parent26981e06b0420ca789deee7cb742fcd41fa5b0b9 (diff)
downloadaur-flips-git.tar.gz
Set CFLAGS=-Wno-error for make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793df80eefcd..b20cf7c8f3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flips-git
_pkgname='Flips'
pkgver=r56.d95c34c
-pkgrel=1
+pkgrel=2
pkgdesc="Patcher for IPS and BPS files"
arch=('any')
url="https://github.com/Alcaro/Flips"
@@ -24,11 +24,8 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- # do not tread warnings as errors
- sed -e "s/\-Werror//g" -i ./make.sh
-
# profile=yes --> use profile-guided optimization (requires 100MB training corpus)
- ./make.sh --profile=no --harden=no
+ CFLAGS=-Wno-error ./make.sh --profile=no --harden=no
}
package() {