diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 03:54:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 03:54:48 +0000 |
commit | 8ed3528a34c4250c5e07eb46696ef894cad51e40 (patch) | |
tree | 05eb75b54c7dd4f2159c22987736133e41a56d94 /app-shells/ash | |
parent | version bump (Bug 33995) and java fix (Manifest recommit) (diff) | |
download | gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.tar.gz gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.tar.bz2 gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/ash')
-rw-r--r-- | app-shells/ash/ash-1.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/ash/ash-1.6.ebuild b/app-shells/ash/ash-1.6.ebuild index 36840dad0f0d..3b491e821f22 100644 --- a/app-shells/ash/ash-1.6.ebuild +++ b/app-shells/ash/ash-1.6.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/app-shells/ash/ash-1.6.ebuild,v 1.11 2004/06/24 22:22:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ash/ash-1.6.ebuild,v 1.12 2004/06/29 03:50:32 vapier Exp $ inherit eutils @@ -27,6 +27,7 @@ src_unpack() { -f ${DISTDIR}/bin.tar.gz src/bin/sh) epatch ${DISTDIR}/dash-ash-hetio-yacc.diff.bz2 } + src_compile() { # pmake name conflicts, use full path /usr/bin/pmake CFLAGS:="-Wall -DBSD=1 -D_GNU_SOURCE -DGLOB_BROKEN \ |