freebsd-ports/net-mgmt/nfdump/files/patch-configure
John Marino c7687c0688 net-mgmt/nfdump: Upgrade version to 1.6.9 => 1.6.12 and stage
Also assign maintainership to submitter

PR:		192554
Submitted by:	Carlos JPM
2014-08-10 18:59:54 +00:00

20 lines
777 B
Text

--- configure.orig 2014-08-10 13:37:42.000000000 +0200
+++ configure 2014-08-10 13:39:21.000000000 +0200
@@ -4975,7 +4975,7 @@
# Check whether --enable-nfprofile was given.
-if test "${enable_nfprofile+set}" = set; then :
+if test "x${enable_nfprofile}" = xyes; then :
enableval=$enable_nfprofile;
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rrd_update in -lrrd" >&5
$as_echo_n "checking for rrd_update in -lrrd... " >&6; }
@@ -5099,7 +5099,7 @@
# Check whether --enable-nftrack was given.
-if test "${enable_nftrack+set}" = set; then :
+if test "x${enable_nftrack}" = xyes; then :
enableval=$enable_nftrack;
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rrd_update in -lrrd" >&5
$as_echo_n "checking for rrd_update in -lrrd... " >&6; }