mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
kona: fix for musl.
This commit is contained in:
parent
a08022d76e
commit
021f72b55f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kona'
|
# Template file for 'kona'
|
||||||
pkgname=kona
|
pkgname=kona
|
||||||
version=3.24
|
version=3.24
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-Win.${version}-64"
|
wrksrc="${pkgname}-Win.${version}-64"
|
||||||
short_desc="Open-source implementation of the K programming language"
|
short_desc="Open-source implementation of the K programming language"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -10,6 +10,10 @@ homepage="https://github.com/kevinlawler/kona"
|
||||||
distfiles="https://github.com/kevinlawler/${pkgname}/archive/Win.${version}-64.tar.gz"
|
distfiles="https://github.com/kevinlawler/${pkgname}/archive/Win.${version}-64.tar.gz"
|
||||||
checksum=91b580b1d5cca761b08e27ada02a5bb491552f84054aad89d31aaca8081ee725
|
checksum=91b580b1d5cca761b08e27ada02a5bb491552f84054aad89d31aaca8081ee725
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed-i '/netdb.h/a#include <sys/select.h>' src/incs.h
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} k \
|
make ${makejobs} k \
|
||||||
CC="$CC" PRODFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lm -ldl"
|
CC="$CC" PRODFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lm -ldl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue