mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
freealut: fix FTBTS.
The inbuilt libtool is old and buggy, using libtool from hostmakedepends fixes the build.
This commit is contained in:
parent
65826688d9
commit
22b2df627f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=freealut
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=6
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config libtool"
|
||||||
makedepends="libopenal-devel"
|
makedepends="libopenal-devel"
|
||||||
short_desc="OpenAL Utility Toolkit (ALUT)"
|
short_desc="OpenAL Utility Toolkit (ALUT)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue