Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 12/04/2003 06:07:49
Module Name:	pkgsrc
Committed By:	grant
Date:		Thu Dec  4 06:07:49 UTC 2003

Modified Files:
	pkgsrc/mk: defs.Darwin.mk

Log Message:
set _OPSYS_RPATH_NAME=-L, as proposed by danw@ in
<1062867125.27063.26.camel@frotz.local> on tech-pkg.

Darwin has no rpath, but many packages pass "-Wl,${RPATH_NAME}..." to
the linker, breaking the build of these packages on Darwin. using -L
essentially makes these arguments a no-op, and fixes packages which
were solely broken by this.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 pkgsrc/mk/defs.Darwin.mk

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