Skip to content

Commit

Permalink
addpatch: netcf 0.2.8-9
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 Oct 1, 2024
1 parent da2f3f9 commit 38939d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions netcf/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,11 @@ makedepends=('gcc')
source=("https://releases.pagure.org/netcf/$pkgname-$pkgver.tar.gz") #{,.sig})
sha256sums=('fd81d607795547807150dfdb82bd164ab2569369ab48a30cb6b0d010d17b127c')

+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ autoreconf -fi
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
aclocal

0 comments on commit 38939d9

Please sign in to comment.