freebsd-ports/science/udunits/files/patch-lib_Makefile.in
Greg Lewis 850b4060ac Add a port of udunits:
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)
2005-01-14 21:52:08 +00:00

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@