Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127891 | Differences between
and this patch

Collapse All | Expand All

(-)pdftk-1.12.ebuild (-1 / +2 lines)
Lines 10-16 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="x86 amd64 ppc"
12
KEYWORDS="x86 amd64 ppc"
13
IUSE=""
13
IUSE="nodrm"
14
DEPEND="virtual/libc
14
DEPEND="virtual/libc
15
	>=sys-devel/gcc-3.3"
15
	>=sys-devel/gcc-3.3"
16
S=${WORKDIR}/${P}/${PN}
16
S=${WORKDIR}/${P}/${PN}
Lines 31-36 Link Here
31
		< ${T}/Makefile.Generic.orig > ${S}/Makefile.Generic
31
		< ${T}/Makefile.Generic.orig > ${S}/Makefile.Generic
32
	# Fix gcc-4 compilation, bug #126735.
32
	# Fix gcc-4 compilation, bug #126735.
33
	epatch "${FILESDIR}/${P}-gcc-4-compilation.patch" || die
33
	epatch "${FILESDIR}/${P}-gcc-4-compilation.patch" || die
34
	use nodrm && epatch "${FILESDIR}"/${P}-user-pw.patch
34
}
35
}
35
36
36
src_compile() {
37
src_compile() {

Return to bug 127891