mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
eukleides: needs texinfo in hostmakedepends
It still fails to build because of errors in eukleides.texi.
This commit is contained in:
parent
426dd625ab
commit
3726271571
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ pkgname=eukleides
|
||||||
version=1.5.4
|
version=1.5.4
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex texinfo"
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
short_desc="Computer language devoted to elementary plane geometry"
|
short_desc="Computer language devoted to elementary plane geometry"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -18,7 +18,7 @@ post_extract() {
|
||||||
-e 's/^LDFLAGS =/override LDFLAGS +=/' \
|
-e 's/^LDFLAGS =/override LDFLAGS +=/' \
|
||||||
-e 's/@\$(CC) \$(LDFLAGS) \$\^ -o \$@/@$(CC) $^ -o $@ $(LDFLAGS)/' \
|
-e 's/@\$(CC) \$(LDFLAGS) \$\^ -o \$@/@$(CC) $^ -o $@ $(LDFLAGS)/' \
|
||||||
build/Makefile
|
build/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin build/eukleides
|
vbin build/eukleides
|
||||||
|
|
Loading…
Add table
Reference in a new issue