Skip to content

Commit

Permalink
addpatch: gtkspellmm 3.0.5-5
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 authored and felixonmars committed Sep 30, 2024
1 parent eb18ff7 commit 93781fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gtkspellmm/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,12 @@ makedepends=('gtkmm3-docs')
source=("https://downloads.sourceforge.net/gtkspell/$pkgbase-$pkgver.tar.xz")
sha256sums=('5b875a5753ce593274d0c6e803af6300973020c5443905999aba96ed3cef1545')

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

0 comments on commit 93781fc

Please sign in to comment.