Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 12/24/2002 00:33:17
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Mon Dec 23 22:33:16 UTC 2002

Modified Files:
	pkgsrc/mk: motif.buildlink2.mk xaw.buildlink2.mk
	pkgsrc/mk/buildlink2: bsd.buildlink2.mk

Log Message:
Let's be consistent:
Always check for ${OPSYS} == "IRIX" (and not once for != and once for ==)
Always use "-Wl,-rpath,/path" rather than sometimes "-Wl,-rpath -Wl,/path"
and sometimes "-Wl,-rpath,/path".


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/motif.buildlink2.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/mk/xaw.buildlink2.mk
cvs rdiff -r1.65 -r1.66 pkgsrc/mk/buildlink2/bsd.buildlink2.mk

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