Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 366058 Details for
Bug 457570
app-shells/zsh fails to compile with ncurses[tinfo]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to support tinfo with explicit USE flag
zsh-5.0.4-tinfo.patch (text/plain), 1.56 KB, created by
Marcus Spading
on 2013-12-24 03:27:01 UTC
(
hide
)
Description:
patch to support tinfo with explicit USE flag
Filename:
MIME Type:
Creator:
Marcus Spading
Created:
2013-12-24 03:27:01 UTC
Size:
1.56 KB
patch
obsolete
>--- /usr/portage/app-shells/zsh/zsh-5.0.4.ebuild 2013-12-23 07:09:32.000000000 +0100 >+++ /usr/local/portage/overlay/app-shells/zsh/zsh-5.0.4.ebuild 2013-12-24 04:17:59.053402168 +0100 >@@ -14,7 +14,7 @@ > LICENSE="ZSH gdbm? ( GPL-2 )" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" >-IUSE="caps debug doc examples gdbm maildir pcre static unicode" >+IUSE="caps debug doc examples gdbm maildir pcre static tinfo unicode" > > RDEPEND=" > >=sys-libs/ncurses-5.1 >@@ -23,6 +23,7 @@ > pcre? ( >=dev-libs/libpcre-3.9 > static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) > gdbm? ( sys-libs/gdbm ) >+ tinfo? ( >=sys-libs/ncurses-5.7-r4[tinfo] ) > " > DEPEND="sys-apps/groff > ${RDEPEND}" >@@ -48,7 +49,7 @@ > } > > src_configure() { >- local myconf= >+ local myconf termlibs > > if use static ; then > myconf+=" --disable-dynamic" >@@ -68,6 +69,12 @@ > append-ldflags -Wl,-x > fi > >+ if use tinfo ; then >+ termlibs="tinfow tinfo" >+ else >+ termlibs="ncursesw ncurses" >+ fi >+ > econf \ > --bindir="${EPREFIX}"/bin \ > --libdir="${EPREFIX}"/usr/$(get_libdir) \ >@@ -76,7 +83,7 @@ > --enable-fndir="${EPREFIX}"/usr/share/zsh/${PV%_*}/functions \ > --enable-site-fndir="${EPREFIX}"/usr/share/zsh/site-functions \ > --enable-function-subdirs \ >- --with-term-lib="ncursesw ncurses" \ >+ --with-term-lib="${termlibs}" \ > --with-tcsetpgrp \ > $(use_enable maildir maildir-support) \ > $(use_enable pcre) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 457570
: 366058