summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Carter2017-06-03 18:12:26 +0100
committerMark Carter2017-06-03 18:12:26 +0100
commit0c9b3039644862d887cf8c69bdb044052d57039c (patch)
tree7b9b5c21c7c9d9a98a14f6be12e450c5809f4c5a
parent154fc9529ac4b83395d5d869b34d0f1dcc4c705d (diff)
downloadaur-0c9b3039644862d887cf8c69bdb044052d57039c.tar.gz
Compile with permissive flags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b313e5c222a..fe9aacb05369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neoleo
pkgdesc = Lightweight curses/X11 spreadsheet based on GNU oleo
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blippy/neoleo
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 608da12abbc8..42f075df17cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Carter <alt.mcarter@gmail.com>
pkgname=neoleo
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight curses/X11 spreadsheet based on GNU oleo"
arch=('x86_64')
url="https://github.com/blippy/neoleo"
@@ -13,7 +13,7 @@ md5sums=('06907d392dd8f69ca12b760e340551a5')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure "CXXFLAGS= -fpermissive" --prefix=/usr
make
}