aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chicken
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-17 09:49:25 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-17 09:50:52 +0200
commitc5222876e3d602234860d314b56e7221330629e3 (patch)
tree614cb08d8e203df80a6ef128c49ec68412617c5b /testing/chicken
parentaa2844ca797408121eef54b5fd23f9c54a11ae9f (diff)
downloadaports-c5222876e3d602234860d314b56e7221330629e3.tar.bz2
aports-c5222876e3d602234860d314b56e7221330629e3.tar.xz
paritial revert 6e76ba (testing/chicken and testing/iotop)
The change was likely unintentional
Diffstat (limited to 'testing/chicken')
-rw-r--r--testing/chicken/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/chicken/APKBUILD b/testing/chicken/APKBUILD
index 4a70fe0e7..b4fcaaa46 100644
--- a/testing/chicken/APKBUILD
+++ b/testing/chicken/APKBUILD
@@ -14,9 +14,7 @@ install=""
subpackages="$pkgname-doc $pkgname-libs $pkgname-dev"
source="http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz"
-_staticdir="$srcdir"/$pkgname-$pkgver-static
_builddir="$srcdir"/$pkgname-$pkgver
-
build() {
# chicken does not support parallel builds.
make -j1 PLATFORM=linux PREFIX=/usr \