Skip to content

Commit

Permalink
updpatch: libotr 4.1.1-5
Browse files Browse the repository at this point in the history
Fix rotten patch.
  • Loading branch information
hack3ric authored and felixonmars committed Sep 1, 2024
1 parent 96fa52c commit 9df4551
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions libotr/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -25,6 +25,7 @@ prepare() {
@@ -28,6 +28,8 @@ sha256sums=('8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5'
prepare() {
# FS#75450
patch -d "$pkgname-$pkgver" -N -p 1 -i "${srcdir}/$pkgname-4.1.1-include-socket.h.patch"
+ cd "$pkgname-$pkgver"
+ autoreconf -fiv
}

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ autoreconf -fiv
./configure --prefix=/usr --mandir=/usr/share/man
make
}

0 comments on commit 9df4551

Please sign in to comment.