mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zeitgeist: fix build with gcc14
This commit is contained in:
parent
e253324545
commit
c96c7992fb
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ build_options_default="gir vala"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
|
|
||||||
|
# Regenerate sources with new vala
|
||||||
|
find -name '*.vala' -exec touch {} \;
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue