Subject: Re: pkg/32273 (pkgsrc/misc/screen SPARC/Solaris 10 Sun Studio 11 Compile Error)
To: None <rillig@netbsd.org, pkg-manager@netbsd.org,>
From: None <rillig@netbsd.org>
List: pkgsrc-bugs
Date: 12/10/2005 09:26:09
Synopsis: pkgsrc/misc/screen SPARC/Solaris 10 Sun Studio 11 Compile Error

Responsible-Changed-From-To: pkg-manager->rillig
Responsible-Changed-By: rillig@netbsd.org
Responsible-Changed-When: Sat, 10 Dec 2005 09:26:08 +0000
Responsible-Changed-Why:
I'll take it.


State-Changed-From-To: open->feedback
State-Changed-By: rillig@netbsd.org
State-Changed-When: Sat, 10 Dec 2005 09:26:08 +0000
State-Changed-Why:
What does your config.h show? Please run "grep ENV work*/screen*/config.h"
after the configure phase and post the results here. My configuration shows

 * If your system has setenv() and unsetenv() define USESETENV
/* #undef USESETENV */
 * functions, you may bring in our own code by defining NEEDPUTENV.
#define NEEDPUTENV 1

And a ggrep -wr setenv /usr/include showed me that Solaris does not have
a definition for setenv() anyway.

Roland