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

Collapse All | Expand All

(-)/home/max/download/tclgpgme-1.0-r3.ebuild (-5 / +3 lines)
Lines 20-34 Link Here
20
	unpack ${A}
20
	unpack ${A}
21
	cd "${S}"
21
	cd "${S}"
22
	
22
	
23
	epatch "${FILESDIR}"/${PV}-Makefile.am.patch
23
 	epatch "${FILESDIR}/${P}-build.patch"
24
	epatch "${FILESDIR}"/${PV}-configure.in.patch
24
 	AT_M4DIR="config" eautoreconf
25
}
25
}
26
26
27
src_compile() {
27
src_compile() {
28
	export GPGME_CONFIG=/usr/bin/gpgme3-config
28
	export GPGME_CONFIG=/usr/bin/gpgme3-config
29
	libtoolize --copy --force
29
	econf --with-tcl=/usr/$(get_libdir) --with-tk=/usr/$(get_libdir) || die
30
	./autogen.sh --with-tcl=/usr/$(get_libdir) --with-tk=/usr/$(get_libdir)\
31
		--libdir=/usr/$(get_libdir)|| die
32
	emake || die
30
	emake || die
33
}
31
}
34
32

Return to bug 201021