pkgsrc/math/udunits
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
..
patches Fix a case where gcc3.3 is too clever for autoconf. 2004-02-02 03:19:25 +00:00
buildlink2.mk udunits installs static libraries, so by default, use a build dependency. 2002-09-29 06:55:55 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-11-01 00:32:23 +00:00
distinfo Fix a case where gcc3.3 is too clever for autoconf. 2004-02-02 03:19:25 +00:00
Makefile Update udunits to version 1.12.1. 2004-01-24 02:01:53 +00:00
PLIST Update udunits to version 1.12.1. 2004-01-24 02:01:53 +00:00