--- /usr/portage/sys-apps/sg3_utils/sg3_utils-1.06.ebuild 2004-06-24 18:37:38.000000000 -0400 +++ sg3_utils-1.06.ebuild 2004-08-09 03:53:21.089026865 -0400 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.06.ebuild,v 1.3 2004/06/24 22:26:11 agriffis Exp $ +inherit eutils + DESCRIPTION="Sg3_utils provide a collection of programs that use the sg SCSI interface" HOMEPAGE="http://www.torque.net/sg/" SRC_URI="http://www.torque.net/sg/p/sg3_utils-1.06.tgz" @@ -14,6 +16,15 @@ DEPEND="" +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${PN}-llseek.patch + + sed -i "s:-O2:$CFLAGS:g" Makefile +} + src_compile() { emake || die }