libcprops: mark nocross
This commit is contained in:
parent
7dad4d8a80
commit
f19aa17524
1 changed files with 2 additions and 1 deletions
|
@ -4,13 +4,14 @@ version=0.1.12
|
|||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-cpsp --disable-cpsvc"
|
||||
hostmakedepends="flex makedepend"
|
||||
hostmakedepends="flex makedepend which"
|
||||
short_desc="C prototyping tools"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="http://cprops.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/cprops/${pkgname}-${version}.tar.bz2"
|
||||
checksum=3737772d2718a2c550adf4ca92cc492e613aa9200aae2bbaaf128d90f4ef67f2
|
||||
nocross="autotools TRY_RUN checking for PTHREAD_MUTEX_RECURSIVE"
|
||||
|
||||
libcprops-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue