summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2019-01-05 18:01:14 +0300
committerAnton Leontiev2019-01-05 18:01:52 +0300
commitc8183ac0379be7d21469f263da49a1e0f69edb42 (patch)
treec0ae793e7629f936b48a49364df2ac1613068a34 /PKGBUILD
parent2eb711ad6751abfbac54c53b8c8c85562332751a (diff)
downloadaur-c8183ac0379be7d21469f263da49a1e0f69edb42.tar.gz
Add Arch-specific build flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed6c2c675860..ede7a00128fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=moe
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc='A powerful, 8-bit clean, text editor. Supports ISO-8859-15 and ASCII.'
arch=('i686' 'x86_64')
url='http://www.gnu.org/software/moe/moe.html'
@@ -18,7 +18,8 @@ md5sums=('af87e388d8d72cd2a2cf6195df6dc3fc')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ CPPFLAGS="$CPPFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
make
}