bcd147c5e1
Avoid undefined behaviour while traversing and modifying a std::list. Patch has been reported to Qucs upstream. Fixes https://github.com/voidlinux/void-packages/issues/7604
15 lines
609 B
Bash
15 lines
609 B
Bash
# Template file for 'qucs'
|
|
pkgname=qucs
|
|
version=0.0.19
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-doc"
|
|
hostmakedepends="ADMS-qucs gperf qt-devel"
|
|
makedepends="qt-devel"
|
|
short_desc="Quite Universal Circuit Simulator"
|
|
maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://qucs.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum="45c6434fde24c533e63550675ac21cdbd3cc6cbba29b82a1dc3f36e7dd4b3b3e"
|
|
nocross="yes" # seems to compile all the way, but seems to link against the wrong libX11 (at least)
|