Vallo Kallaste <[EMAIL PROTECTED]> writes:
> Hi
> 
> imake-4 port building is broken. I guess that's because
> xc/config/makedepend/main.c defines _POSIX_SOURCE before including
> <signal.h>. Signal.h includes <sys/signal.h> which has conditional
> #if !defined(_POSIX_SOURCE) and NSIG will be left undefined. Don't
> know who is in fault here, imake sources or our headers, my
> knowledge happens to end there.

I don't really understand how this is happening.  The uses of NSIG are
also conditionalized.  If _POSIX_SOURCE is defined, line 46 should not
be visible.  What rev is your /usr/include/sys/cdefs.h and
/usr/include/signal.h?

Best regards,
Mike Barcroft

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to