summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:54:43 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:54:43 +0000
commit593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37 (patch)
tree89503ef7c0131e5c52d048ec32fc869aaac129f9 /x11-misc/x2vnc
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.tar.gz
gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.tar.bz2
gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.zip
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r--x11-misc/x2vnc/ChangeLog6
-rw-r--r--x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild4
-rw-r--r--x11-misc/x2vnc/x2vnc-1.6.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog
index af74f7d545b7..11a6edd25aa8 100644
--- a/x11-misc/x2vnc/ChangeLog
+++ b/x11-misc/x2vnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/x2vnc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.18 2004/04/13 22:04:37 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.19 2004/04/26 14:52:39 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> x2vnc-1.5.1-r1.ebuild,
+ x2vnc-1.6.ebuild:
+ Add die following econf for bug 48950
13 Apr 2004; Jason Wever <weeve@gentoo.org> x2vnc-1.6.ebuild:
Stable on sparc.
diff --git a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild
index ee13449ef749..673b4cb54c58 100644
--- a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.5 2004/04/11 17:28:38 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.6 2004/04/26 14:52:39 agriffis Exp $
DESCRIPTION="Control a remote computer running VNC from X"
SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz"
@@ -16,7 +16,7 @@ DEPEND="virtual/x11
IUSE="tcltk"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/x11-misc/x2vnc/x2vnc-1.6.ebuild b/x11-misc/x2vnc/x2vnc-1.6.ebuild
index e5e655961a54..2c96e1bac35d 100644
--- a/x11-misc/x2vnc/x2vnc-1.6.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.5 2004/04/13 22:04:37 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.6 2004/04/26 14:52:39 agriffis Exp $
DESCRIPTION="Control a remote computer running VNC from X"
SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz"
@@ -15,7 +15,7 @@ DEPEND="virtual/x11
IUSE="tcltk"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}