pkgsrc/math/udunits/patches
kristerw bee6e474e8 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;"
2004-02-02 03:19:25 +00:00
..
patch-aa
patch-ab
patch-ac Fix a case where gcc3.3 is too clever for autoconf. 2004-02-02 03:19:25 +00:00