diff options
author | 2008-09-11 22:21:40 +0000 | |
---|---|---|
committer | 2008-09-11 22:21:40 +0000 | |
commit | 42a2f5abaeecfa048119e9b06f9b285f6c363105 (patch) | |
tree | a16899bc1cb78361c481b38dd16b99f09911377e /app-admin/hwreport/hwreport-0.10.0.ebuild | |
parent | add ~x86, bug #237202 (diff) | |
download | gentoo-2-42a2f5abaeecfa048119e9b06f9b285f6c363105.tar.gz gentoo-2-42a2f5abaeecfa048119e9b06f9b285f6c363105.tar.bz2 gentoo-2-42a2f5abaeecfa048119e9b06f9b285f6c363105.zip |
respect CFLAGS and LDFLAGS as reported on bug 236583
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-admin/hwreport/hwreport-0.10.0.ebuild')
-rw-r--r-- | app-admin/hwreport/hwreport-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/hwreport/hwreport-0.10.0.ebuild b/app-admin/hwreport/hwreport-0.10.0.ebuild index 8e16c366da6b..64aae7d16b37 100644 --- a/app-admin/hwreport/hwreport-0.10.0.ebuild +++ b/app-admin/hwreport/hwreport-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hwreport/hwreport-0.10.0.ebuild,v 1.1 2008/07/24 23:14:21 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hwreport/hwreport-0.10.0.ebuild,v 1.2 2008/09/11 22:21:40 opfer Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ DEPEND="" RDEPEND=">=sys-apps/dmidecode-2.8 >=sys-apps/pciutils-2.2.0" src_compile() { - $(tc-getCC) -o scan-printers scan-printers.c + $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o scan-printers scan-printers.c } src_install() { |