Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85315
Collapse All | Expand All

(-)/usr/portage/app-text/xpdf/xpdf-3.00-r8.ebuild (-7 / +14 lines)
Lines 21-34 Link Here
21
21
22
LICENSE="GPL-2"
22
LICENSE="GPL-2"
23
SLOT="0"
23
SLOT="0"
24
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~mips"
24
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~mips"
25
IUSE="nomotif nodrm"
25
IUSE="motif nodrm"
26
26
27
DEPEND="!nomotif? ( virtual/x11
27
DEPEND="motif? ( virtual/x11
28
	x11-libs/openmotif )
28
    x11-libs/openmotif
29
	>=media-libs/freetype-2.0.5
29
    >=x11-libs/motif-config-0.5 )
30
	>=media-libs/t1lib-1.3
30
    >=media-libs/freetype-2.0.5
31
	virtual/ghostscript"
31
    >=media-libs/t1lib-1.3
32
    virtual/ghostscript"
32
33
33
RDEPEND="${DEPEND}
34
RDEPEND="${DEPEND}
34
	linguas_ja? ( >=media-fonts/kochi-substitute-20030809-r3 )
35
	linguas_ja? ( >=media-fonts/kochi-substitute-20030809-r3 )
Lines 64-70 Link Here
64
}
65
}
65
66
66
src_compile() {
67
src_compile() {
68
	local myconf
69
70
	use motif && myconf="${myconf} --with-Xm-library=`/usr/bin/motif-config -L` \
71
--with-Xm-includes=`/usr/bin/motif-config -I`"
72
67
	econf \
73
	econf \
74
		${myconf} \
68
		--enable-freetype2 \
75
		--enable-freetype2 \
69
		--with-freetype2-includes=/usr/include/freetype2 || die
76
		--with-freetype2-includes=/usr/include/freetype2 || die
70
77

Return to bug 85315