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;"
Revision | Action | file |
1.7 | modify | pkgsrc/math/udunits/distinfo |
1.1 | add | pkgsrc/math/udunits/patches/patch-ac |