summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-15 17:10:09 +0200
committerhaawda2018-09-15 17:10:09 +0200
commit38ab1c1c61133b74272ca35a1d91de3da1b7641b (patch)
treedb75c0a8323c4d6b81af2016ea333f1d192d89fd
parent5e367fdd5d8092878d3380bad1b83323171c2a8d (diff)
downloadaur-38ab1c1c61133b74272ca35a1d91de3da1b7641b.tar.gz
tell make that stdio uses iostream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd1066989bdd..6e17c4523fbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icon-git
pkgdesc = The Icon programming language
- pkgver = 28.g069f714
+ pkgver = 29.gdaad78e
pkgrel = 2
url = http://www.cs.arizona.edu/icon/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fa9cdf854056..a0293e1b9f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=icon-git
-pkgver=28.g069f714
+pkgver=29.gdaad78e
pkgrel=2
pkgdesc="The Icon programming language"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "$_gitname"
make X-Configure name=linux
- make -j1
+ make CFLAGS+=" -D_STDIO_USES_IOSTREAM" -j1
}
package() {