summaryrefslogtreecommitdiff
path: root/community/sdcc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-20 04:11:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-20 04:11:19 +0000
commit469e7cfcfccc3041b64ccc6e15e830b65817aae9 (patch)
treef06e03b2d9201b711190af042a8730c526017233 /community/sdcc
parentafb660f06bce8338225c531b092c1c1205239072 (diff)
Tue May 20 04:04:22 UTC 2014
Diffstat (limited to 'community/sdcc')
-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
}