Skip to content

Commit

Permalink
addpatch: sdl_net 1.2.8-6
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 6, 2024
1 parent e93e960 commit 6384523
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sdl_net/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,12 @@ depends=(sdl)
source=(https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
sha256sums=('5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4')

+prepare() {
+ cd SDL_net-$pkgver
+ cp /usr/share/autoconf/build-aux/config.guess config.guess
+ cp /usr/share/autoconf/build-aux/config.sub config.sub
+}
+
build() {
cd SDL_net-$pkgver
./configure --prefix=/usr --disable-static

0 comments on commit 6384523

Please sign in to comment.