Subject: CVS commit: pkgsrc/lang/ruby18-base
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 11/05/2007 01:09:23
Module Name:	pkgsrc
Committed By:	grant
Date:		Mon Nov  5 01:09:23 UTC 2007

Modified Files:
	pkgsrc/lang/ruby18-base: Makefile

Log Message:
fix build on Solaris w/ sunpro:

- don't call the linker directly to build shared libraries,
  use ${CC} -G
- link libsunmath statically, as it is provided by SUNWspro and
  therefore not available on systems where the compiler is not
  installed.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/lang/ruby18-base/Makefile

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