summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/spice-protocol/spice-protocol-scm.ebuild9
-rw-r--r--app-emulation/spice/spice-scm.ebuild6
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/spice-protocol/spice-protocol-scm.ebuild b/app-emulation/spice-protocol/spice-protocol-scm.ebuild
index d511887..5861514 100644
--- a/app-emulation/spice-protocol/spice-protocol-scm.ebuild
+++ b/app-emulation/spice-protocol/spice-protocol-scm.ebuild
@@ -18,6 +18,11 @@ IUSE=""
DEPEND=""
RDEPEND=""
+src_configure() {
+ econf --enable-code-generator
+}
+
+
src_prepare() {
- ./autogen.sh
-} \ No newline at end of file
+ autoreconf --verbose --force --install
+}
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() {