Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 406186 Details for
Bug 509206
media-sound/cmus with ncurses[tinfo] - ld: ui_curses.o: undefined reference to symbol 'cbreak'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the build system that uses pkg-config for ncurses
cmus-tinfo.patch (text/plain), 509 bytes, created by
Jeremi Piotrowski
on 2015-07-04 16:24:24 UTC
(
hide
)
Description:
Patch to the build system that uses pkg-config for ncurses
Filename:
MIME Type:
Creator:
Jeremi Piotrowski
Created:
2015-07-04 16:24:24 UTC
Size:
509 bytes
patch
obsolete
>--- configure.old 2015-07-04 17:05:26.919745903 +0200 >+++ configure 2015-07-04 17:06:08.738745154 +0200 >@@ -102,10 +102,10 @@ > > check_ncurses() > { >- if check_library NCURSES "" -lncursesw >+ if pkg_config NCURSES ncursesw "" -lncursesw > then > widechars=y >- elif check_library NCURSES "" -lncurses || check_library NCURSES "" -lcurses >+ elif pkg_config NCURSES ncurses "" -lncurses || pkg_config NCURSES curses "" -lcurses > then > widechars=n > msg_error "Your ncurses does not support wide characters!"
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 509206
:
406180
|
406184
| 406186