freebsd-ports/irc/nefarious/files/patch-configure
Marcelo Araujo 56f2bc4150 - Update to 1.2.0.
- Pass maintainer to submitter.

PR:		ports/137320
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-08-03 20:54:26 +00:00

11 lines
315 B
Text

--- configure.orig 2009-07-31 23:06:12.000000000 -0300
+++ configure 2009-07-31 23:06:29.000000000 -0300
@@ -10364,7 +10364,7 @@
test -n "$BASH" && break
done
-test -n "$BASH" || BASH="/bin/bash"
+test -n "$BASH" || BASH="/usr/local/bin/bash"
{ echo "$as_me:$LINENO: checking for posix non-blocking" >&5