diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-28 02:52:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-28 02:52:09 +0000 |
commit | 7f0f250a33faa60f0c8b4034b81849f986172c7c (patch) | |
tree | 8276d020b7622fe435b1f2145a3f8a502bd61482 /app-cdr/bin2iso | |
parent | Version bump. Cleaned up repoman errors. Removed --with-gnu-ld from configu... (diff) | |
download | gentoo-2-7f0f250a33faa60f0c8b4034b81849f986172c7c.tar.gz gentoo-2-7f0f250a33faa60f0c8b4034b81849f986172c7c.tar.bz2 gentoo-2-7f0f250a33faa60f0c8b4034b81849f986172c7c.zip |
add in $S #39604
Diffstat (limited to 'app-cdr/bin2iso')
-rw-r--r-- | app-cdr/bin2iso/bin2iso-19b-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-cdr/bin2iso/bin2iso-19b-r1.ebuild b/app-cdr/bin2iso/bin2iso-19b-r1.ebuild index 0ace18a4ec4d..b265b4085dfd 100644 --- a/app-cdr/bin2iso/bin2iso-19b-r1.ebuild +++ b/app-cdr/bin2iso/bin2iso-19b-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/app-cdr/bin2iso/bin2iso-19b-r1.ebuild,v 1.11 2004/01/25 03:36:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bin2iso/bin2iso-19b-r1.ebuild,v 1.12 2004/01/28 02:52:09 vapier Exp $ inherit gcc @@ -14,6 +14,8 @@ KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" +S=${WORKDIR}/${PN} + src_compile() { $(gcc-getCC) bin2iso19b_linux.c -o ${PN} ${CFLAGS} || die "compile failed" } |