Skip to content

Commit

Permalink
addpatch: freealut 1.1.0-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 Sep 29, 2024
1 parent b8dd2c0 commit 77e0bcb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions freealut/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -12,6 +12,11 @@ depends=(openal)
source=(https://pkgs.fedoraproject.org/repo/pkgs/freealut/freealut-1.1.0.tar.gz/e089b28a0267faabdb6c079ee173664a/freealut-1.1.0.tar.gz)
sha512sums=('270f74972548b4ac6b98c52c51787ed43c20cf79979063d073bbee7bd08ac4f34c2b579fbf15c09c4e606a5ed38dcd0252f5c46fb3cfe43b727b6b53cf747933')

+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+}
+
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --disable-static

0 comments on commit 77e0bcb

Please sign in to comment.