mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
libquvi: fix build with gcc14
This commit is contained in:
parent
db0c09c9fa
commit
82f6fbeff0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libquvi'
|
||||
pkgname=libquvi
|
||||
version=0.4.1
|
||||
revision=8
|
||||
revision=9
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="lua52-devel libcurl-devel libquvi-scripts"
|
||||
|
@ -13,6 +13,7 @@ homepage="http://quvi.sourceforge.net/"
|
|||
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.gz"
|
||||
checksum=143c92b065b7ddc2ac87c4b9679ee99df0f1dccd2d0dbda15da0a54ae280dec8
|
||||
replaces="quvi<0.4.0"
|
||||
CFLAGS="-DLUA_COMPAT_MODULE"
|
||||
|
||||
pre_configure() {
|
||||
sed -i configure -e 's;"lua >= 5.1";"lua5.2 >= 5.1";g'
|
||||
|
|
Loading…
Add table
Reference in a new issue