forked from Lainports/freebsd-ports
The Unidata units library, udunits, supports conversion of unit specifications between formatted and binary forms, arithmetic manipulation of unit specifications, and conversion of values between compatible scales of measurement. WWW: http://www.unidata.ucar.edu/packages/udunits/ Obtained from: Gentoo (partially)
12 lines
369 B
Text
12 lines
369 B
Text
$FreeBSD$
|
|
|
|
--- CUSTOMIZE.orig 2004-05-08 14:04:53.199958510 -0700
|
|
+++ CUSTOMIZE 2004-05-08 13:58:48.843900138 -0700
|
|
@@ -33,3 +33,7 @@
|
|
# Ancillary libraries. SunOS 4 user's might need something like the
|
|
# following in order to resolve strerror() in the perl/ subdirectory.
|
|
# LIBS='-L/usr/lang/SC3.0.1/lib -lansi'
|
|
+
|
|
+FC=g77
|
|
+CPPFLAGS=-Df2cFortran
|
|
+LD_MATH=-lm
|