diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-10 17:19:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-10 17:19:04 +0000 |
commit | 5eaabd8853902a247c5f6aca1374d95301958d28 (patch) | |
tree | 27ee4bb6d595a18c85b21a58f90ab352a5b28aa7 /sys-apps | |
parent | Fix bug 17187 (diff) | |
download | historical-5eaabd8853902a247c5f6aca1374d95301958d28.tar.gz historical-5eaabd8853902a247c5f6aca1374d95301958d28.tar.bz2 historical-5eaabd8853902a247c5f6aca1374d95301958d28.zip |
add custom CFLAG support #17232
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.0.45.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.0.45.ebuild b/sys-apps/smartmontools/smartmontools-5.0.45.ebuild index 9375aa4de78a..52dad9873503 100644 --- a/sys-apps/smartmontools/smartmontools-5.0.45.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.0.45.ebuild,v 1.4 2003/02/13 16:15:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.0.45.ebuild,v 1.5 2003/03/10 17:19:04 vapier Exp $ MY_P="${PN}-5.0-45" DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" @@ -14,7 +14,7 @@ KEYWORDS="x86 sparc" S=${WORKDIR}/${MY_P} src_compile() { - emake || die + emake CFLAGS="${CFLAGS}" || die } src_install() { |