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: asau%inbox.ru@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/38665
Date: Thu, 15 May 2008 13:35:08 +0400
Apparently, the workaround above doesn't work:
--- builtin.mk 29 Feb 2008 22:23:07 +0300 1.7
+++ builtin.mk 15 May 2008 12:45:18 +0400
@@ -37,7 +37,7 @@
###
.if !defined(BUILTIN_PKG.ncursesw) && \
!empty(IS_BUILTIN.ncursesw:M[yY][eE][sS]) && \
- empty(H_NCURSES:M__nonexistent__)
+ defined(H_NCURSES) && empty(H_NCURSES:M__nonexistent__)
BUILTIN_VERSION.ncursesw!= \
${AWK} '/\#define[ ]*NCURSES_VERSION[ ]/ { \
vers = $$3; \
Home |
Main Index |
Thread Index |
Old Index