summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaekyung Kim2019-07-09 17:02:21 +0900
committerTaekyung Kim2019-07-09 17:02:21 +0900
commit5617396a78e2f2d38a744985922938e71b3a062c (patch)
tree18942fd964b53fd0860cee7b7a36e47a9bb6c097 /PKGBUILD
parent477911389e8b2cfd065a795defcd1e6609ff4690 (diff)
downloadaur-5617396a78e2f2d38a744985922938e71b3a062c.tar.gz
Building with native threads support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7da17d4180b..15007fc12800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Xavier Peng <png.inside@gmail.com>
+# Maintainer: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
pkgname=chez-scheme
pkgver=9.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Chez Scheme is a compiler and run-time system for the language of the Revised^6 Report on Scheme (R6RS), with numerous extensions."
arch=(i686 x86_64)
url="https://github.com/cisco/ChezScheme"
@@ -17,7 +18,7 @@ _archivename=csv$pkgver
build() {
cd "$srcdir/${_archivename}"
- ./configure --installprefix=/usr --temproot=$pkgdir
+ ./configure --installprefix=/usr --temproot=$pkgdir --threads
}
package() {