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 | aed4ca373f414f396d0a2bc8ab60160be8c3685d (patch) | |
tree | 2c500236954f97cdf586bb5f2ca45296175f87e2 /sys-apps/smartmontools | |
parent | Fix bug 17187 (diff) | |
download | gentoo-2-aed4ca373f414f396d0a2bc8ab60160be8c3685d.tar.gz gentoo-2-aed4ca373f414f396d0a2bc8ab60160be8c3685d.tar.bz2 gentoo-2-aed4ca373f414f396d0a2bc8ab60160be8c3685d.zip |
add custom CFLAG support #17232
Diffstat (limited to 'sys-apps/smartmontools')
-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() { |