| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/Attic/netpbm-10.42.0.ebuild,v 1.1 2008/03/28 03:29:34 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/Attic/netpbm-10.42.0.ebuild,v 1.2 2008/03/29 16:18:45 vapier Exp $ |
| 4 | |
4 | |
| 5 | inherit flag-o-matic toolchain-funcs eutils multilib |
5 | inherit flag-o-matic toolchain-funcs eutils multilib |
| 6 | |
6 | |
| 7 | MAN_VER=10.33 |
7 | MAN_VER=10.33 |
| 8 | DESCRIPTION="A set of utilities for converting to/from the netpbm (and related) formats" |
8 | DESCRIPTION="A set of utilities for converting to/from the netpbm (and related) formats" |
| … | |
… | |
| 79 | unpack ${A} |
79 | unpack ${A} |
| 80 | cd "${S}" |
80 | cd "${S}" |
| 81 | |
81 | |
| 82 | epatch "${FILESDIR}"/netpbm-10.31-build.patch |
82 | epatch "${FILESDIR}"/netpbm-10.31-build.patch |
| 83 | epatch "${FILESDIR}"/netpbm-10.35.0-xml2.patch #137871 |
83 | epatch "${FILESDIR}"/netpbm-10.35.0-xml2.patch #137871 |
|
|
84 | epatch "${FILESDIR}"/netpbm-10.42.0-gcc43.patch #211296 |
| 84 | |
85 | |
| 85 | rm -f configure |
86 | rm -f configure |
| 86 | cp Makefile.config.in Makefile.config |
87 | cp Makefile.config.in Makefile.config |
| 87 | cat >> Makefile.config <<-EOF |
88 | cat >> Makefile.config <<-EOF |
| 88 | # Gentoo toolchain options |
89 | # Gentoo toolchain options |