mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
caribou: fix build with gcc14
This commit is contained in:
parent
e1659a95c8
commit
acb3baa4b4
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ lib32disabled=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
|
# Regenerate sources with new vala
|
||||||
|
find -name '*.vala' -exec touch {} \;
|
||||||
}
|
}
|
||||||
|
|
||||||
libcaribou_package() {
|
libcaribou_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue