summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-15 09:45:25 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-15 09:45:25 +0000
commit96c44ab626bb830d0bab97ec85c6ed7c75b53d04 (patch)
tree003930da10889a7327a4a2a68bc28ae13bcfc08a /app-shells/esh
parentremoving symlinks at stop is bad if custom symlinks are being used (diff)
downloadgentoo-2-96c44ab626bb830d0bab97ec85c6ed7c75b53d04.tar.gz
gentoo-2-96c44ab626bb830d0bab97ec85c6ed7c75b53d04.tar.bz2
gentoo-2-96c44ab626bb830d0bab97ec85c6ed7c75b53d04.zip
Various dep fixes
Diffstat (limited to 'app-shells/esh')
-rw-r--r--app-shells/esh/esh-0.8-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/esh/esh-0.8-r2.ebuild b/app-shells/esh/esh-0.8-r2.ebuild
index ca8d10329335..e75170647a4c 100644
--- a/app-shells/esh/esh-0.8-r2.ebuild
+++ b/app-shells/esh/esh-0.8-r2.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.2 2001/04/28 12:48:27 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.3 2001/05/15 09:45:25 achim Exp $
P=esh-0.8
A=${P}.tar.gz
@@ -17,7 +17,7 @@ DEPEND="virtual/glibc
src_compile() {
cp Makefile Makefile.orig
- sed -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" \
+ sed -e "s:^CFLAGS=:CFLAGS=${CFLAGS/-fomit-frame-pointer/} :" \
-e "s:^LIB=:LIB=-lncurses :" Makefile.orig > Makefile
try make
}