Skip to content

Commit

Permalink
addpatch: hyphen
Browse files Browse the repository at this point in the history
Fix config.guess cannot guess build type issues.

Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin authored and felixonmars committed Nov 17, 2022
1 parent af4145e commit d964df5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hyphen/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,11 @@ source=(https://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
sha1sums=('0556c392beb59433e577e3517575801212201df6')
sha256sums=('304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705')

+prepare() {
+ cd "$pkgname"-$pkgver
+ autoreconf -fiv
+}
+
build() {
cd "$pkgname"-$pkgver
./configure --prefix=/usr --disable-static

0 comments on commit d964df5

Please sign in to comment.