Skip to content

Commit

Permalink
updpatch: chromium-bsu 0.9.16.1-3
Browse files Browse the repository at this point in the history
We should avoid using autoreconf
  • Loading branch information
Cryolitia committed Jan 20, 2025
1 parent 09472f4 commit 32f46ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion chromium-bsu/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

patch -Np1 -i "$srcdir"/use_fabs_for_floats.patch
+
+ autoreconf -fi
+ cp -vf /usr/share/autoconf/build-aux/config.{guess,sub} .
}

build(){
@@ -31,3 +33,7 @@ package() {

install -Dm644 COPYING "$pkgdir"/usr/share/licenses/chromium-bsu/LICENSE
}
+
+# run `gettextize -f && aclocal -I m4` in source
+source+=('gettext.patch')
+sha512sums+=('45c93c06d86b37e657d2aa2085e9dd17b0ad260605dac36b328b691b61cceb4b4e5a444074ec060829151bd6874b3e10d467b5f09d4263efc4f6795e9a69c54b')

0 comments on commit 32f46ac

Please sign in to comment.