aboutsummaryrefslogtreecommitdiffstats
path: root/community/psmisc
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 13:38:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 13:39:37 +0000
commitfdd15dbaaef1b8071ddf3c776ff08e4ff5828b34 (patch)
tree34657c23fe12750294ab712c7be100d09194aa1e /community/psmisc
parent69149e4c331a274abfc4c45acc8c7c51b6d96fe4 (diff)
downloadaports-fdd15dbaaef1b8071ddf3c776ff08e4ff5828b34.tar.bz2
aports-fdd15dbaaef1b8071ddf3c776ff08e4ff5828b34.tar.xz
community/psmisc: does not build yet for ppc64le
pstree.c: In function 'get_threadname': pstree.c:800:15: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX + 1];
Diffstat (limited to 'community/psmisc')
-rw-r--r--community/psmisc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/psmisc/APKBUILD b/community/psmisc/APKBUILD
index 9671e8a734..3022d64b34 100644
--- a/community/psmisc/APKBUILD
+++ b/community/psmisc/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=psmisc
pkgver=22.21
-pkgrel=0
+pkgrel=1
pkgdesc="A set of some small useful utilities that use the proc filesystem"
url="http://psmisc.sourceforge.net/"
-arch="all"
+arch="all !ppc64le" #does not build yet for ppc64le
license="BSD GPL"
depends=""
makedepends="ncurses-dev"