From acb3baa4b40037dbfde90924287414eda267f0d9 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sat, 12 Apr 2025 03:23:10 -0700 Subject: [PATCH] caribou: fix build with gcc14 --- srcpkgs/caribou/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template index fe0277f2ef1..b2a1b9f2bcc 100644 --- a/srcpkgs/caribou/template +++ b/srcpkgs/caribou/template @@ -22,6 +22,9 @@ lib32disabled=yes pre_configure() { autoreconf -f -i + + # Regenerate sources with new vala + find -name '*.vala' -exec touch {} \; } libcaribou_package() {