From 98c062f5eb2439edd2172dae54a82ba896d9f63a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jun 2014 09:35:26 +0200 Subject: [PATCH] a2jmidid: use custom do_configure to avoid configure_args. --- srcpkgs/a2jmidid/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/a2jmidid/template b/srcpkgs/a2jmidid/template index 695cfb13125..ce53f18e1ed 100644 --- a/srcpkgs/a2jmidid/template +++ b/srcpkgs/a2jmidid/template @@ -11,3 +11,7 @@ homepage="http://home.gna.org/a2jmidid/" license="GPL-2" distfiles="http://download.gna.org/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=2a9635f62aabc59edb54ada07048dd47e896b90caff94bcee710d3582606f55f + +do_configure() { + python waf configure --prefix=/usr +}