From 66c352298b8865d4fae5de32c4d1dca1a57685fe Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sat, 28 Nov 2015 12:48:05 +0100 Subject: [PATCH] yoshimi: closes #3070 --- srcpkgs/yoshimi/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/yoshimi/template b/srcpkgs/yoshimi/template index 0957e667ee..d2bbc1cf1a 100644 --- a/srcpkgs/yoshimi/template +++ b/srcpkgs/yoshimi/template @@ -1,7 +1,7 @@ # Template file for 'yoshimi' pkgname=yoshimi version=1.3.7.1 -revision=1 +revision=2 build_style=cmake build_wrksrc=src hostmakedepends="cmake pkg-config fltk" @@ -13,6 +13,8 @@ homepage="http://yoshimi.sourceforge.net" distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz" checksum=1737e3d5d77dcb823ca1999e598a3cb77aeac656f738cda476b2916279bf5bdb +configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share" + pre_configure() { case "$XBPS_TARGET_MACHINE" in x86_64*) ;;