summaryrefslogtreecommitdiff
path: root/community/sdcc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sdcc/PKGBUILD')
-rw-r--r--community/sdcc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/sdcc/PKGBUILD b/community/sdcc/PKGBUILD
index 5b8a12c0b..819f5ec25 100644
--- a/community/sdcc/PKGBUILD
+++ b/community/sdcc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 109379 2014-04-14 09:42:49Z spupykin $
+# $Id: PKGBUILD 111501 2014-05-19 10:48:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jose Negron <josenj.arch@mailnull.net>
pkgname=sdcc
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -26,7 +26,8 @@ build() {
./configure \
--prefix=/usr \
--includedir=/usr/include/sdcc \
- --libdir=/usr/lib/sdcc
+ --libdir=/usr/lib/sdcc \
+ --disable-werror
make
}