pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/38665



The following reply was made to PR pkg/38665; it has been noted by GNATS.

From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/38665
Date: Sat, 17 Jan 2009 00:05:40 +0300

 I think this is a better fix (it definitely fixed this problem for me on 
Linux):
 
 --- devel/ncursesw/builtin.mk  29 Feb 2008 19:23:07 -0000      1.7
 +++ devel/ncursesw/builtin.mk  16 Jan 2009 21:01:16 -0000
 @@ -37,14 +37,14 @@
   ###
   .if !defined(BUILTIN_PKG.ncursesw) && \
       !empty(IS_BUILTIN.ncursesw:M[yY][eE][sS]) && \
 -    empty(H_NCURSES:M__nonexistent__)
 +    empty(H_NCURSESW:M__nonexistent__)
   BUILTIN_VERSION.ncursesw!=                                           \
        ${AWK} '/\#define[      ]*NCURSES_VERSION[      ]/ {            \
                        vers = $$3;                                     \
                        gsub("\"", "", vers);                           \
                        print vers;                                     \
                }                                                       \
 -      ' ${H_NCURSES:Q}
 +      ' ${H_NCURSESW:Q}
   BUILTIN_PKG.ncursesw=        ncursesw-${BUILTIN_VERSION.ncursesw}
   .endif
   MAKEVARS+=   BUILTIN_PKG.ncursesw
 
 -- 
 Sergey Svishchev
 


Home | Main Index | Thread Index | Old Index