ports/irc/nefarious/files/patch-configure
John Marino 907704416b irc/nefarious: stage, unbreak on F10+ and more
* Add stage support
 * Fix build for clang
 * convert USE_BZIP2
 * Bring in DragonFly support patch
 * convert USE_OPENSSL and USE_CHROOT knobs to options
 * rename DOMAIN knob to NEFARIOUS_DOMAIN knob
 * rename INSTALL_PREFIX knob to NEFARIOUS_INSTALL_PREFIX knob
 * Make bash dependency work in non-standard location
 * Tweak pre-configure message accordingly, remove sleep command
2014-07-05 21:23:51 +00:00

20 lines
567 B
Text

--- configure.orig 2008-08-04 02:56:02.000000000 +0000
+++ configure
@@ -10364,7 +10364,7 @@ fi
test -n "$BASH" && break
done
-test -n "$BASH" || BASH="/bin/bash"
+test -n "$BASH" || BASH="@PREFIX@/bin/bash"
{ echo "$as_me:$LINENO: checking for posix non-blocking" >&5
@@ -10783,7 +10783,7 @@ echo "${ECHO_T}OpenBSD ($host) found." >
OSDEP_C=os_openbsd.c
;;
- *-*bsd*)
+ *-*bsd*|*-dragonfly*)
{ echo "$as_me:$LINENO: result: Generic BSD ($host) found." >&5
echo "${ECHO_T}Generic BSD ($host) found." >&6; }
CFLAGS="-Wno-long-long $CFLAGS"