summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGelatinousSlime2021-01-22 23:03:43 -0500
committerGelatinousSlime2021-01-22 23:04:44 -0500
commit692fac83b9fa8f6b5d545d10d827c473db1dfa70 (patch)
tree7b0d7e66be14d2fd2dc04c4aeb1a19744be451c5 /PKGBUILD
parent172d17b7eab2ddee537d1bba736dcbfb81e44469 (diff)
downloadaur-sleepyhead-git.tar.gz
add -fpermissive flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed02ef0b207b..6f5dedbaf750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=sleepyhead
pkgname=$_pkgname-git
pkgver=1.1.r2356.8e6968fb
-pkgrel=2
+pkgrel=3
pkgdesc="Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment."
arch=('i686' 'x86_64')
url="http://sleepyhead.jedimark.net"
@@ -35,6 +35,7 @@ pkgver() {
build() {
cd sleepyhead-code
+ export CXXFLAGS="$CXXFLAGS -fpermissive"
./configure
make
}