Subject: CVS commit: pkgsrc/chat/ircII
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 07/01/2005 04:12:20
Module Name:	pkgsrc
Committed By:	grant
Date:		Fri Jul  1 04:12:20 UTC 2005

Modified Files:
	pkgsrc/chat/ircII: distinfo
Added Files:
	pkgsrc/chat/ircII/patches: patch-aa

Log Message:
don't pass -Xc on Solaris if not building with gcc.

passing -Xc to sunpro defines __STDC__=1 and the build fails in
ircsig.c because <signal.h> only declares sigaction if __STD__=0.

fixes build on Solaris w/ sunpro.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/chat/ircII/distinfo
cvs rdiff -r0 -r1.5 pkgsrc/chat/ircII/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.