From 20c39aad2952da7c7981698716da8dcc8d14a2cc Mon Sep 17 00:00:00 2001 From: biopsin Date: Tue, 13 Aug 2019 11:38:03 +0200 Subject: [PATCH] a2jmidid: update to 8.8 Fix configure bug - Closes #13537 Tried to adapt for python3, ugh too much hassel.. --- srcpkgs/a2jmidid/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/a2jmidid/template b/srcpkgs/a2jmidid/template index 5c58d8f1d62..44406a6671a 100644 --- a/srcpkgs/a2jmidid/template +++ b/srcpkgs/a2jmidid/template @@ -1,7 +1,7 @@ # Template file for 'a2jmidid' pkgname=a2jmidid version=8 -revision=7 +revision=8 wrksrc="a2jmidid-8~dfsg0" build_style=waf hostmakedepends="pkg-config" @@ -12,3 +12,7 @@ license="GPL-2" homepage="http://home.gna.org/a2jmidid/" distfiles="${DEBIAN_SITE}/main/a/a2jmidid/a2jmidid_${version}~dfsg0.orig.tar.bz2" checksum=32379bd4ee73e3d4896f82f4477d3d4a340eff92558d2d0c85b5b5026675ff42 + +do_configure() { + python2 waf configure --prefix=/usr +}