Skip to content

Commit

Permalink
addpatch: colorhug-client 0.2.8-4
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 f2a151c commit 18986d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions colorhug-client/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,12 @@ makedepends=(intltool itstool gobject-introspection libgusb gtk3
source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz)
sha256sums=('b7787aa58db2dde6a69a13295b98154040a100d8772aac656f3b5ed0bffc0991')

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

0 comments on commit 18986d0

Please sign in to comment.