Skip to content

Commit

Permalink
addpatch: gpx-viewer 0.4.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored and felixonmars committed Aug 23, 2024
1 parent 0e2411b commit 88a5511
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gpx-viewer/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -18,6 +18,8 @@ sha256sums=('956acfaf870ac436300cd9953dece630df7fd7dff8e4ae2577a6002884466f80'

prepare() {
cd $pkgname-$pkgver
+ cp /usr/share/autoconf/build-aux/config.guess .
+ cp /usr/share/autoconf/build-aux/config.sub .
patch -Np0 -i ../gpx-viewer-0.4.0-gtk3-bugfix.patch
}

0 comments on commit 88a5511

Please sign in to comment.