Skip to content

Commit

Permalink
updpatch: vifm 0.13-3
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 1, 2024
1 parent 6575790 commit 2660cc8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions vifm/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -19,7 +19,7 @@ build() {
cd "${srcdir}"/$pkgname-$pkgver

CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
@@ -27,6 +27,7 @@ validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek <xaizek@poste
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i "$srcdir/fix-bash-completion.patch"
+ autoreconf -fiv
./configure --prefix=/usr --sysconfdir=/etc
make
}

build() {

0 comments on commit 2660cc8

Please sign in to comment.