Skip to content

Commit

Permalink
addpatch: gputils 1.5.2-2
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Sep 29, 2024
1 parent e44c1c5 commit 18e598b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gputils/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,6 +15,11 @@ depends=('glibc')
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('62a215e7d5575cd488a5ada66e5708ff402634abe86a9b39e4dbdb19c986ab7e')

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

0 comments on commit 18e598b

Please sign in to comment.