Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 358660 Details for
Bug 483778
app-misc/gtypist with sys-libs/ncurses[tinfo] -ld: gtypist.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]
Upstream patch
gtypist-2.9.2-tinfo.patch (text/plain), 923 bytes, created by
David Abbott (RETIRED)
on 2013-09-14 19:37:50 UTC
(
hide
)
Description:
Upstream patch
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2013-09-14 19:37:50 UTC
Size:
923 bytes
patch
obsolete
>diff -rupN a/gtypist-2.9.2/configure.ac b/gtypist-2.9.2/configure.ac >--- a/gtypist-2.9.2/configure.ac 2011-11-20 18:27:02.000000000 -0500 >+++ b/gtypist-2.9.2/configure.ac 2013-09-14 15:11:13.602569681 -0400 >@@ -39,6 +39,8 @@ else > exit 1; > fi > >+PKG_CHECK_MODULES([NCURSESW], [ncursesw]) >+ > # Checks for typedefs, structures, and compiler characteristics. > > AC_HEADER_STDBOOL >diff -rupN a/gtypist-2.9.2/src/Makefile.am b/gtypist-2.9.2/src/Makefile.am >--- a/gtypist-2.9.2/src/Makefile.am 2011-10-31 20:13:02.000000000 -0400 >+++ b/gtypist-2.9.2/src/Makefile.am 2013-09-14 15:14:28.595142540 -0400 >@@ -8,7 +8,7 @@ > bin_PROGRAMS = gtypist > gtypist_SOURCES = gtypist.c cursmenu.c script.c error.c getopt.c getopt1.c \ > cursmenu.h error.h getopt.h gettext.h gtypist.h script.h utf8.c utf8.h >-gtypist_LDADD = @LIBINTL@ >+gtypist_LDADD = @LIBINTL@ @NCURSESW_LIBS@ > > AM_CPPFLAGS = -I../intl \ > -DDATADIR=\"$(pkgdatadir)\" \
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 483778
:
357958
|
358116
| 358660