Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/gwaei/files: gwaei-3.0.2-no-ncurses.patch
Date: Tue, 30 Aug 2011 23:07:44
Message-Id: 20110830230715.5366820051@flycatcher.gentoo.org
1 flameeyes 11/08/30 23:07:15
2
3 Added: gwaei-3.0.2-no-ncurses.patch
4 Log:
5 Version bump to 3.0.2 (uses Gtk+ 3); add ncurses USE flag; remove static libraries and .la files. Closes bug #349270.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/files/gwaei-3.0.2-no-ncurses.patch?rev=1.1&content-type=text/plain
14
15 Index: gwaei-3.0.2-no-ncurses.patch
16 ===================================================================
17 Index: gwaei-3.0.2/src/waei/waei.c
18 ===================================================================
19 --- gwaei-3.0.2.orig/src/waei/waei.c
20 +++ gwaei-3.0.2/src/waei/waei.c
21 @@ -195,6 +195,7 @@ int w_start_console (int argc, char* arg
22 }
23
24
25 +#ifdef WITH_NCURSES
26 //!
27 //! @brief Equivalent to the main function for many programs. This is what starts the program
28 //! @param argc Your argc from your main function
29 @@ -219,6 +220,7 @@ int w_start_ncurses (int argc, char* arg
30
31 return TRUE;
32 }
33 +#endif
34
35
36 int main (int argc, char *argv[])