Skip to content

Commit

Permalink
addpatch: anthy 9100h-7
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 11, 2024
1 parent e9c1a64 commit 13aec3c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions anthy/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,12 @@ license=('LGPL' 'GPL')
source=("http://osdn.dl.osdn.net/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('315ebd9e1af208f3ecaeaa13620213b35f004e47edb54e60c3e02c2997444cd2326cc58b725dd2d0bd6a723130884d946ea193ea3d92418082256b59ecc8d88b')

+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 --sysconfdir=/etc

0 comments on commit 13aec3c

Please sign in to comment.