summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-11-14 16:25:07 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-11-14 16:25:07 +0000
commit151d533e264f03cf093065dd034f0556b75aec03 (patch)
tree1a04057d32c43ca0e333f00215231d97212eb2a5 /sys-apps/most
parentThis version compile under glibc-2.2 if use glibc22 is set (diff)
downloadhistorical-151d533e264f03cf093065dd034f0556b75aec03.tar.gz
historical-151d533e264f03cf093065dd034f0556b75aec03.tar.bz2
historical-151d533e264f03cf093065dd034f0556b75aec03.zip
new bug
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/most-4.9.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/most/most-4.9.0-r1.ebuild b/sys-apps/most/most-4.9.0-r1.ebuild
index 526cde2b31f5..f6f5be954448 100644
--- a/sys-apps/most/most-4.9.0-r1.ebuild
+++ b/sys-apps/most/most-4.9.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r1.ebuild,v 1.4 2000/10/28 03:24:00 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r1.ebuild,v 1.5 2000/11/14 16:25:07 drobbins Exp $
P=most-4.9.0
A=${P}.tar.gz
@@ -11,7 +11,8 @@ SRC_URI="ftp://space.mit.edu/pub/davis/most/${A}"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
- try pmake
+ #*possible* (not definite) pmake problems, let's not risk it.
+ try make
}
src_install() {