Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 368424 Details for
Bug 498810
dev-util/cscope-15.8a with sys-libs/ncurses[tinfo] - ld: command.o: undefined reference to symbol 'keypad'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for cscope-15.8a.ebuild
cscope-15.8a.ebuild.diff (text/plain), 682 bytes, created by
Ulrich Müller
on 2014-01-22 10:20:46 UTC
(
hide
)
Description:
Patch for cscope-15.8a.ebuild
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2014-01-22 10:20:46 UTC
Size:
682 bytes
patch
obsolete
>--- cscope-15.8a.ebuild~ 2012-09-29 21:01:14.000000000 +0200 >+++ cscope-15.8a.ebuild 2014-01-22 11:12:46.225177026 +0100 >@@ -4,7 +4,7 @@ > > EAPI=4 > >-inherit autotools elisp-common eutils >+inherit autotools elisp-common eutils toolchain-funcs > > DESCRIPTION="Interactively examine a C program" > HOMEPAGE="http://cscope.sourceforge.net/" >@@ -19,6 +19,7 @@ > emacs? ( virtual/emacs )" > DEPEND="${RDEPEND} > sys-devel/flex >+ virtual/pkgconfig > virtual/yacc" > > SITEFILE="50${PN}-gentoo.el" >@@ -29,7 +30,7 @@ > } > > src_compile() { >- emake >+ emake CURSES_LIBS=$("$(tc-getPKG_CONFIG)" --libs ncurses) > if use emacs; then > cd "${S}"/contrib/xcscope || die > elisp-compile *.el || die
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 498810
:
368346
|
368348
|
368350
|
368352
| 368424