diff options
author | 2009-10-23 12:45:51 +0000 | |
---|---|---|
committer | 2009-10-23 12:45:51 +0000 | |
commit | 17199afa2b5efb61b4b49b63c12d6bf4dbe307a6 (patch) | |
tree | 090050a52b8dc72ff3de081df2d03b12aaa2b31b /app-text/hnb/hnb-1.9.18-r1.ebuild | |
parent | Respect CFLAGS, LDFLAGS (bug #240132), build parallel, separate CFLAGS and CP... (diff) | |
download | historical-17199afa2b5efb61b4b49b63c12d6bf4dbe307a6.tar.gz historical-17199afa2b5efb61b4b49b63c12d6bf4dbe307a6.tar.bz2 historical-17199afa2b5efb61b4b49b63c12d6bf4dbe307a6.zip |
Apply the include patch too (bug #240132), remove the NULL define, remove patching hack from ebuild.
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'app-text/hnb/hnb-1.9.18-r1.ebuild')
-rw-r--r-- | app-text/hnb/hnb-1.9.18-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-text/hnb/hnb-1.9.18-r1.ebuild b/app-text/hnb/hnb-1.9.18-r1.ebuild index b20a85e21cde..cf622bad3b43 100644 --- a/app-text/hnb/hnb-1.9.18-r1.ebuild +++ b/app-text/hnb/hnb-1.9.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18-r1.ebuild,v 1.1 2009/10/23 12:31:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18-r1.ebuild,v 1.2 2009/10/23 12:45:50 jer Exp $ EAPI="2" @@ -19,10 +19,7 @@ DEPEND="" RDEPEND="" src_prepare() { - for i in $(find . -name Makefile); do - cp -av "${i}"{,.orig} - done - epatch "${FILESDIR}/${P}-flags.patch" + epatch "${FILESDIR}/${P}-flags.patch" "${FILESDIR}/${P}-include.patch" } src_compile() { |