From 2dd623a3c9fcd3ba7641e72d876125812c637af8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Mar=C3=ADa=20Alonso=20Josa?= Date: Sat, 27 Feb 2016 21:49:44 +0100 Subject: [PATCH] x11-wm/stumpwm: Fix config for contrib use flag --- x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild index 29808a6e8aa5..00a90c7d1db8 100644 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild @@ -72,7 +72,10 @@ src_prepare() { } src_configure() { - econf --with-lisp=$(get_lisp sbcl clisp ecl) --with-module-dir="${CLSOURCEROOT}/${CLPACKAGE}/contrib" + local moduleconfig + + use contrib && moduleconfig="--with-module-dir=${CLSOURCEROOT}/${CLPACKAGE}/contrib" + econf --with-lisp=$(get_lisp sbcl clisp ecl) "${moduleconfig}" } src_compile() { -- 2.26.2