diff options
Diffstat (limited to 'x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild index c29fa70cb01e..28e40c52d120 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild @@ -29,7 +29,17 @@ src_compile() { automake || die eend $? - econf --prefix=${D} || die + # doesnt make any difference with this version but if xmms + # support controls any features in future, we shouldnt leave + # it up to configure to enable it. + # + #if ! use xmms; then + # sed -i 's#test -z "$XMMS_SHELL";#false;#g' ${S}/configure.in + # sed -i 's#test -z "$XMMS";#false;#g' ${S}/configure.in + # autoconf || die + #fi + + econf || die emake || die } |