Skip to content

Commit

Permalink
addpatch: xf86-video-sisusb 0.9.7-5
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Sep 19, 2024
1 parent a9a0ff0 commit fdc9a2a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions xf86-video-sisusb/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -14,6 +14,11 @@ conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 'X-ABI-VIDEODRV_VERS
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('f4400416b920cd1136d60d36b99d33f245cdeaf2ad6c1340936c7c0987761424')

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

0 comments on commit fdc9a2a

Please sign in to comment.