freebsd-ports/science/udunits/files/patch-configure
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
393 B
Text

$FreeBSD$
--- configure.orig Sat Jan 1 00:30:00 2005
+++ configure Sat Jan 1 00:30:39 2005
@@ -4648,7 +4648,7 @@
exit(0);
}
EOF
- doit='$CC -o conftest ${CFLAGS-} ${CPPFLAGS-} ${LDFLAGS-} conftest.c ${LIBS-}'
+ doit='$CC -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c ${LIBS}'
if { (eval echo "$as_me:$LINENO: \"$doit\"") >&5
(eval $doit) 2>&5
ac_status=$?