Skip to content

Commit

Permalink
addpatch: gts 0.7.6.121130-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 30, 2024
1 parent 6a4b37c commit eb18ff7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gts/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -16,6 +16,11 @@ depends=('glib2' 'netpbm')
source=("http://gts.sourceforge.net/tarballs/${_snap}.tar.gz")
sha256sums=('c23f72ab74bbf65599f8c0b599d6336fabe1ec2a09c19b70544eeefdc069b73b')

+prepare() {
+ cd "${srcdir}/${_snap}"
+ autoreconf -fi
+}
+
build() {
# cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/${_snap}"

0 comments on commit eb18ff7

Please sign in to comment.