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];
This commit is contained in:
Leonardo Arena 2017-04-07 13:38:16 +00:00
parent 69149e4c33
commit fdd15dbaae

View File

@ -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"