Subject: CVS commit: pkgsrc/mk/wrapper
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/28/2005 13:43:24
Module Name:	pkgsrc
Committed By:	rillig
Date:		Mon Nov 28 13:43:24 UTC 2005

Modified Files:
	pkgsrc/mk/wrapper: transform-sunpro-cc

Log Message:
The SunPro compiler does not understand the gcc-specific -pipe option,
but interprets it as -p -i -p -e:, and so discards the following
argument. Fixed by simply discarding that argument.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/mk/wrapper/transform-sunpro-cc

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