mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +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() {
|
||||
NOCONFIGURE=1 autoreconf -fi
|
||||
|
||||
# Regenerate sources with new vala
|
||||
find -name '*.vala' -exec touch {} \;
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue