Skip to content

Commit

Permalink
addpkg: xosd
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyun114 authored and felixonmars committed Jun 21, 2023
1 parent 806af2a commit a3d9b25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions xosd/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -19,6 +19,8 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
patch -p1 <"$srcdir"/debian/patches/25_fix_mangapges.diff
patch -p1 <"$srcdir"/debian/patches/328676.diff
+ cp /usr/share/autoconf/build-aux/config.guess .
+ cp /usr/share/autoconf/build-aux/config.sub .
./configure --prefix=/usr --mandir=/usr/share/man
make
}

0 comments on commit a3d9b25

Please sign in to comment.