diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-17 13:46:52 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-17 13:46:52 +0000 |
commit | 77292ea7881d2668bf2fde5b92206cb98b48e88d (patch) | |
tree | 38b685898ec69724efbf333c8ef0ff108a4970e2 /sci-libs/libecwj2 | |
parent | stable x86, bug 328609 (diff) | |
download | gentoo-2-77292ea7881d2668bf2fde5b92206cb98b48e88d.tar.gz gentoo-2-77292ea7881d2668bf2fde5b92206cb98b48e88d.tar.bz2 gentoo-2-77292ea7881d2668bf2fde5b92206cb98b48e88d.zip |
Fix install of the header file wrt bug 328075. Thanks to pier <pier_carla@yahoo.it> for report and Francois Bissey <f.r.bissey@massey.ac.nz> for the fix.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libecwj2')
-rw-r--r-- | sci-libs/libecwj2/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/libecwj2/libecwj2-3.3-r1.ebuild | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sci-libs/libecwj2/ChangeLog b/sci-libs/libecwj2/ChangeLog index 159cfb9b979f..39a2a4f711a6 100644 --- a/sci-libs/libecwj2/ChangeLog +++ b/sci-libs/libecwj2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/libecwj2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/ChangeLog,v 1.8 2010/06/21 17:00:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/ChangeLog,v 1.9 2010/07/17 13:46:52 xarthisius Exp $ + + 17 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> + libecwj2-3.3-r1.ebuild: + Fix install of the header file wrt bug 328075. Thanks to pier + <pier_carla@yahoo.it> for report and Francois Bissey + <f.r.bissey@massey.ac.nz> for the fix. 21 Jun 2010; Markus Meier <maekke@gentoo.org> libecwj2-3.3-r1.ebuild: x86 stable, bug #318825 diff --git a/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild b/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild index 9204afa0923d..5dc3d98f86fe 100644 --- a/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild +++ b/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild,v 1.4 2010/06/21 17:00:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3-r1.ebuild,v 1.5 2010/07/17 13:46:52 xarthisius Exp $ EAPI=2 inherit eutils autotools @@ -21,6 +21,9 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-nolcms.patch rm -rf Source/C/libjpeg Source/C/NCSEcw/lcms + # bug 328075 + sed -i -e "s:includeHEADERS_INSTALL:INSTALL_HEADER:" \ + Source/NCSBuildGnu/Makefile.am || die eautoreconf } |