Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 05/05/2004 03:14:33
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Wed May  5 03:14:33 UTC 2004

Modified Files:
	pkgsrc/lang/perl5: Makefile
	pkgsrc/lang/perl58: Makefile

Log Message:
Rework how proper ABI flags are set on IRIX, using patch provided by
Georg Schwarz in PR pkg/25057:

- check for PKGSRC_COMPILER instead of USE_MIPSPRO:
  USE_MIPSPRO would imply the former, but not the other way around.
  That is, it's conceivable to have a system that has PKGSRC_COMPILER
  set (to mipspro), but not USE_MIPSPRO.

- Allow passing of -Duse64bitint if ABI == 64 even if the compiler is not
  mipspro.  (Note: we could test this on a non-IRIX 64bit platform by
  setting ABI to '64'.  I think that should work, too, but I can't test
  that right now.)


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.44 -r1.45 pkgsrc/lang/perl58/Makefile

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