ngspice: enable cross compilation

This commit is contained in:
Urs Schulz 2018-08-29 15:38:58 +02:00 committed by lemmi
parent 3d471ae734
commit 85cfd49aac

View File

@ -1,7 +1,7 @@
# Template file for 'ngspice'
pkgname=ngspice
version=28
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider"
hostmakedepends="bison byacc"
@ -12,7 +12,6 @@ license="LGPL-2.1"
homepage="http://ngspice.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
checksum=94804fa78c8db2f90f088902e8c27f7b732a66767a58c70f37612bff5a16df66
nocross="https://travis-ci.org/Vaelatern/void-packages/jobs/207472663 but really should be possible with clearing CFLAGS for that binary"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/7601/steps/shell_3/logs/stdio";;