diff options
author | 2010-01-23 10:01:11 +0000 | |
---|---|---|
committer | 2010-01-23 10:01:11 +0000 | |
commit | b7e863458c8b4428306147631e533570d237e17b (patch) | |
tree | 5d5b694af8a59b354dab649ba90906ceb83bac95 /net-misc/netkit-bootpd | |
parent | Moving app-i18n/ibus-table-{thai,viqr} to ibus-table-tv. (diff) | |
download | gentoo-2-b7e863458c8b4428306147631e533570d237e17b.tar.gz gentoo-2-b7e863458c8b4428306147631e533570d237e17b.tar.bz2 gentoo-2-b7e863458c8b4428306147631e533570d237e17b.zip |
Respect user CFLAGS (bug #241072)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r-- | net-misc/netkit-bootpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/netkit-bootpd/ChangeLog b/net-misc/netkit-bootpd/ChangeLog index 8352319206fb..a9502f3427cb 100644 --- a/net-misc/netkit-bootpd/ChangeLog +++ b/net-misc/netkit-bootpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netkit-bootpd -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.19 2008/11/11 02:10:40 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.20 2010/01/23 10:01:11 cla Exp $ + + 23 Jan 2010; Dawid Węgliński <cla@gentoo.org> netkit-bootpd-2.4.ebuild: + Respect user CFLAGS (bug #241072) 11 Nov 2008; Diego Pettenò <flameeyes@gentoo.org> netkit-bootpd-2.4.ebuild: diff --git a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild index 34f3625e6bd9..a00dd0379991 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.7 2008/11/11 02:10:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.8 2010/01/23 10:01:11 cla Exp $ inherit eutils @@ -21,7 +21,9 @@ S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} + cd "${S}" epatch "${FILESDIR}"/${P}-misc.patch + sed -r -e /^CFLAGS=/s:=:+=:g -i Makefile } src_compile() { |