Skip to content

Commit

Permalink
addpatch: texi2html 5.0-7
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Oct 15, 2024
1 parent 1588cef commit 9bf3b30
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions texi2html/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -19,6 +19,12 @@ sha256sums=('e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa'
'SKIP')
validpgpkeys=('9804BBF566E198FCA15D5C215EC2A77F36ECC523') # "Patrice Dumas (Pertusus) <pertusus@free.fr>"

+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+ cp /usr/share/autoconf/build-aux/config.guess config.guess
+ cp /usr/share/autoconf/build-aux/config.sub config.sub
+}
+
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr

0 comments on commit 9bf3b30

Please sign in to comment.