Summary: | import dev-tcltk/blt [PATCH] | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Justin Lecher (RETIRED) <jlec> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | blt-prefix.patch |
Description
Justin Lecher (RETIRED)
![]() Created attachment 208357 [details, diff]
blt-prefix.patch
blt-prefix.patch
econf --with-blt=${EROOT}/usr/$(get_libdir) || die "./configure failed" You should use ${EPREFIX}, since you don't want to encode ${ROOT} in the configure call. check "2. Ebuild modifications" from this document: http://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml (In reply to comment #2) > econf --with-blt=${EROOT}/usr/$(get_libdir) || die "./configure failed" > > You should use ${EPREFIX}, since you don't want to encode ${ROOT} in the > configure call. > > check "2. Ebuild modifications" from this document: > http://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml > This might explain some problems I have with the import of ebuilds. you need EPREFIX here done a long time ago, I guess. |