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)
13 lines
351 B
Text
13 lines
351 B
Text
$FreeBSD$
|
|
|
|
--- lib/Makefile.in.orig Sat Jan 1 00:03:38 2005
|
|
+++ lib/Makefile.in Sat Jan 1 00:04:39 2005
|
|
@@ -6,7 +6,7 @@
|
|
|
|
LIBRARY = udunits
|
|
|
|
-FLEX = /usr/local/gnu/bin/flex
|
|
+FLEX = /usr/bin/flex
|
|
cpp_path = -DUT_DEFAULT_PATH='"$(prefix)/etc/udunits.dat"'
|
|
CPPFLAGS = -I../port/misc -I../port/cfortran $(cpp_path) @CPPFLAGS@
|
|
CFLAGS = @CFLAGS@
|