diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
commit | 0dbc2a1da9a0f5926772b5c630a9c15a990d5413 (patch) | |
tree | 5088d1532dc94fa3dfe933b6985f39a87f8c8374 /app-shells/ash | |
parent | version bump (Bug 33995) and java fix (diff) | |
download | historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.gz historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.bz2 historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.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 \ |