Skip to content

Commit

Permalink
addpatch: zaz 1.0.1-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 23, 2024
1 parent e43ef50 commit 2737586
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions zaz/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,11 @@ depends=('ftgl' 'sdl' 'sdl_image' 'libvorbis' 'libtheora')
source=("https://download.sourceforge.net/sourceforge/zaz/files/$pkgname-$pkgver.tar.gz")
sha512sums=('23ec04acaf0e75d7b99a4b58992d77d8d2074db1a2712c58a2c2a719682ed5aef508d5ffb15ff8c9a1a5ced119342654b6e599300b36e82488865dd851acf3da')

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

0 comments on commit 2737586

Please sign in to comment.