summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenutzer1932018-08-10 16:40:56 +0200
committerbenutzer1932018-08-10 16:40:56 +0200
commit519d2910518277b37144c077f40edbb8997c1f7a (patch)
tree6a573364775de852870f0f6593f64cb0beb6f4ff
parent26981e06b0420ca789deee7cb742fcd41fa5b0b9 (diff)
downloadaur-519d2910518277b37144c077f40edbb8997c1f7a.tar.gz
Set CFLAGS=-Wno-error for make
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8f91560f3c..eee94d1061b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flips-git
pkgdesc = Patcher for IPS and BPS files
pkgver = r56.d95c34c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Alcaro/Flips
install = flips.install
arch = any
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() {