summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-08-17 22:15:05 +0000
committerMarinus Schraal <foser@gentoo.org>2004-08-17 22:15:05 +0000
commitf7cae19aef11f7cdfe222b32bd24eb18b5980a12 (patch)
treee87b5a6707651d4a718d409af7fe72e6e0ef1ede /sys-apps
parentLIBC can cause bad things #60667 (diff)
downloadgentoo-2-f7cae19aef11f7cdfe222b32bd24eb18b5980a12.tar.gz
gentoo-2-f7cae19aef11f7cdfe222b32bd24eb18b5980a12.tar.bz2
gentoo-2-f7cae19aef11f7cdfe222b32bd24eb18b5980a12.zip
disable mono example building
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dbus/dbus-0.22.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/dbus/dbus-0.22.ebuild b/sys-apps/dbus/dbus-0.22.ebuild
index 9117b2d47f13..588883f72288 100644
--- a/sys-apps/dbus/dbus-0.22.ebuild
+++ b/sys-apps/dbus/dbus-0.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22.ebuild,v 1.1 2004/08/17 17:40:46 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22.ebuild,v 1.2 2004/08/17 22:15:05 foser Exp $
# because of the experimental nature debug by default
inherit debug eutils mono
@@ -67,6 +67,9 @@ src_compile() {
# `use_enable doc doxygen-docs` \
# `use_enable doc xml-docs` \
+ # do not build the mono examples, they need gtk-sharp
+ touch ${S}/mono/example/echo-{server,client}.exe
+
emake || die
}