diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-05-31 18:50:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-05-31 18:50:51 +0300 |
commit | 2864b61cae3037c7026a2015b1d80d61dccdd458 (patch) | |
tree | 31e9909dbd12474f70d4907b6173b82fc648ecc4 /app-emulation/spice | |
parent | a7794071be465839ce299259ddf050effa0a8f91 (diff) |
spice-protocol, spice: optimization
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/spice-scm.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/spice/spice-scm.ebuild b/app-emulation/spice/spice-scm.ebuild index ddb7643..7705c83 100644 --- a/app-emulation/spice/spice-scm.ebuild +++ b/app-emulation/spice/spice-scm.ebuild @@ -57,9 +57,8 @@ pkg_setup() { # * TODO: add slirp for tunnel-support src_prepare() { -# epatch \ -# "${FILESDIR}/0.11.0-gold.patch" - ./autogen.sh + mkdir -p m4 + autoreconf --verbose --force --install } src_configure() { @@ -72,7 +71,6 @@ src_configure() { $(use_with sasl) \ $(use_enable smartcard) \ --disable-static-linkage -# $(use_enable static static-linkage) \ } src_install() { |