Subject: CVS commit: pkgsrc/math/udunits
To: None <pkgsrc-changes@NetBSD.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: pkgsrc-changes
Date: 02/02/2004 03:19:25
Module Name:	pkgsrc
Committed By:	kristerw
Date:		Mon Feb  2 03:19:25 UTC 2004

Modified Files:
	pkgsrc/math/udunits: distinfo
Added Files:
	pkgsrc/math/udunits/patches: patch-ac

Log Message:
Fix a case where gcc3.3 is too clever for autoconf.

configure tries to determine if -lm is needed by compiling

   int main() {
   (void)sin(0.0);
   ; return 0; }

and see if linking fails.  But gcc3.3 optimizes that to just "return 0;"


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/math/udunits/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/math/udunits/patches/patch-ac

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