pkgsrc-Bugs archive

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

Re: pkg/50215 (latest update to misc/screen broke it on Solaris)



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

From: Richard PALO <richard%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/50215 (latest update to misc/screen broke it on Solaris)
Date: Thu, 10 Sep 2015 18:37:03 +0200

 Le 10/09/15 09:40, Jörn Clausen a écrit :
 > The following reply was made to PR pkg/50215; it has been noted by GNATS.
 >  
 >  --- Makefile.bak        Fri Sep  4 13:52:31 2015
 >  +++ Makefile    Thu Sep 10 09:13:04 2015
 >  @@ -41,7 +41,7 @@
 >    PLIST_VARS+=           terminfo
 >  
 >    .if ${OPSYS} == "SunOS"
 >  -CPPFLAGS+=     -D_XOPEN_SOURCE=500
 >  +CPPFLAGS+=     -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
 >    .  if ${CURSES_DEFAULT} == "curses"
 >    INSTALLATION_DIRS+=    share/lib/terminfo
 >    PLIST.terminfo=                yes
 >  
 
 
 I meant to respond yesterday that this I tried as well with success.
 So I can confirm this seems to be fine and can be committed.
 cheers
 
 -- 
 Richard PALO
 


Home | Main Index | Thread Index | Old Index