summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGelatinousSlime2021-01-22 23:03:43 -0500
committerGelatinousSlime2021-01-22 23:04:44 -0500
commit692fac83b9fa8f6b5d545d10d827c473db1dfa70 (patch)
tree7b0d7e66be14d2fd2dc04c4aeb1a19744be451c5
parent172d17b7eab2ddee537d1bba736dcbfb81e44469 (diff)
downloadaur-sleepyhead-git.tar.gz
add -fpermissive flag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f187a2719d0..5cd1ec71aacf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sleepyhead-git
pkgdesc = Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment.
pkgver = 1.1.r2356.8e6968fb
- pkgrel = 2
+ pkgrel = 3
url = http://sleepyhead.jedimark.net
arch = i686
arch = x86_64
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
}