mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
nzbget: fix for musl.
This commit is contained in:
parent
c5b49048c2
commit
c3a9de65fd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nzbget'
|
# Template file for 'nzbget'
|
||||||
pkgname=nzbget
|
pkgname=nzbget
|
||||||
version=14.2
|
version=14.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-tlslib=OpenSSL
|
configure_args="--with-tlslib=OpenSSL
|
||||||
--with-libcurses-includes=${XBPS_CROSS_BASE}/usr/include
|
--with-libcurses-includes=${XBPS_CROSS_BASE}/usr/include
|
||||||
|
@ -16,3 +16,7 @@ license="GPL-2"
|
||||||
homepage="http://nzbget.net/"
|
homepage="http://nzbget.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/files/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/files/$pkgname-$version.tar.gz"
|
||||||
checksum=bb24afb47dc01766c5e5c02d7565190082c6e13ffed565969a2ec52e21104677
|
checksum=bb24afb47dc01766c5e5c02d7565190082c6e13ffed565969a2ec52e21104677
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '1i#include <stdint.h>' daemon/remote/MessageBase.h
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue