]> git.pld-linux.org Git - packages/librhtv.git/commitdiff
- without tinfo
authorwitekfl <witekfl@pld-linux.org>
Sat, 17 Mar 2012 19:49:53 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    librhtv-ncurses.patch -> 1.2

librhtv-ncurses.patch

index 82c51d23696fc88bad94aef85d5988e8288b6bb5..c3d4e0f927f7ff7287c88a8afe116f2271b36f51 100644 (file)
@@ -5,7 +5,7 @@
     $aux.=" -L".$conf{'X11LibPath'}." $libs" if @conf{'HAVE_X11'} eq 'yes';
     $aux.=' -lgpm' if @conf{'HAVE_GPM'} eq 'yes';
 -   $aux.=(($OSf eq 'QNXRtP') ? ' -lncursesS' : ' -lncurses') unless $conf{'ncurses'} eq 'no';
-+   $aux.=(($OSf eq 'QNXRtP') ? ' -lncursesS' : ' -lncursesw -ltinfow') unless $conf{'ncurses'} eq 'no';
++   $aux.=(($OSf eq 'QNXRtP') ? ' -lncursesS' : ' -lncursesw') unless $conf{'ncurses'} eq 'no';
     $aux.=" $stdcxx -lm -lc";
     $aux.=' -lpthread' if $conf{'HAVE_LINUX_PTHREAD'} eq 'yes';
     $aux.=' '.$AllegroLibs if ($conf{'HAVE_ALLEGRO'} eq 'yes');
This page took 0.864831 seconds and 4 git commands to generate.