2012-09-14 04:14:30 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.13 2012/09/14 08:14:31 ajacoutot Exp $
|
2012-07-09 14:40:58 -04:00
|
|
|
--- configure.orig Thu Jun 28 15:52:03 2012
|
|
|
|
+++ configure Thu Jul 5 18:18:02 2012
|
|
|
|
@@ -4804,7 +4804,7 @@ $as_echo "no" >&6; }
|
2007-07-20 07:02:14 -04:00
|
|
|
fi
|
|
|
|
|
2008-10-18 23:44:42 -04:00
|
|
|
|
2007-07-20 07:02:14 -04:00
|
|
|
-if test ! -e $CXX; then
|
|
|
|
+if test ! -e `which $CXX`; then
|
2011-12-12 04:15:09 -05:00
|
|
|
as_fn_error $? "Unable to find C++ compiler" "$LINENO" 5
|
2011-11-17 18:45:56 -05:00
|
|
|
fi
|
|
|
|
|
2012-07-09 14:40:58 -04:00
|
|
|
@@ -16714,7 +16714,7 @@ if test x$use_libtool != xno; then
|
2010-07-20 10:38:39 -04:00
|
|
|
LIBTOOL_INSTALL_TARGET="libtool-install"
|
|
|
|
LIBTOOL_UNINSTALL_TARGET="libtool-uninstall"
|
|
|
|
LIBTOOL_CLEAN_TARGET="libtool-clean"
|
|
|
|
- QMAKE_LIBTOOL="${BUILD_DIR}/libtool"
|
|
|
|
+ QMAKE_LIBTOOL="${LIBTOOL}"
|
|
|
|
FD_PLUGIN_DIR="src/plugins/fd"
|
|
|
|
have_plugins=yes
|
|
|
|
else
|
2012-07-09 14:40:58 -04:00
|
|
|
@@ -22392,7 +22392,7 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
2011-11-17 18:45:56 -05:00
|
|
|
|
|
|
|
$as_echo "#define HAVE_READLINE 1" >>confdefs.h
|
|
|
|
|
|
|
|
- CONS_LIBS="-lreadline -lhistory $TERM_LIB"
|
|
|
|
+ CONS_LIBS="-lreadline $TERM_LIB"
|
|
|
|
got_readline="yes"
|
|
|
|
|
2010-10-12 15:47:06 -04:00
|
|
|
else
|
2012-07-09 14:40:58 -04:00
|
|
|
@@ -22431,7 +22431,7 @@ $as_echo "#define HAVE_READLINE 1" >>confdefs.h
|
2011-11-17 18:45:56 -05:00
|
|
|
|
|
|
|
got_readline="yes"
|
|
|
|
CONS_INC="-I${TOP_DIR}/depkgs/readline"
|
|
|
|
- CONS_LIBS="-lreadline -lhistory $TERM_LIB"
|
|
|
|
+ CONS_LIBS="-lreadline $TERM_LIB"
|
|
|
|
CONS_LDFLAGS="-L${TOP_DIR}/depkgs/readline"
|
|
|
|
PRTREADLINE_SRC="${TOP_DIR}/depkgs/readline"
|
|
|
|
|
2012-07-09 14:40:58 -04:00
|
|
|
@@ -30720,6 +30720,7 @@ netbsd)
|
2011-11-17 18:45:56 -05:00
|
|
|
DISTVER=`uname -a |awk '{print $3}'`
|
|
|
|
lld="qd"
|
|
|
|
llu="qu"
|
|
|
|
+ COMPRESS_MANPAGES=
|
2012-07-04 08:02:56 -04:00
|
|
|
TAPEDRIVE="/dev/nrst0"
|
2011-11-17 18:45:56 -05:00
|
|
|
PSCMD="ps -ax -o pid,command"
|
|
|
|
PTHREAD_LIB="-pthread"
|
2012-07-09 14:40:58 -04:00
|
|
|
@@ -30738,6 +30739,7 @@ openbsd)
|
2009-10-01 22:34:05 -04:00
|
|
|
platforms/openbsd/bacula-fd \
|
|
|
|
platforms/openbsd/bacula-sd \
|
|
|
|
platforms/openbsd/bacula-dir"
|
|
|
|
+ largefile_support="yes"
|
2008-02-06 21:53:35 -05:00
|
|
|
;;
|
|
|
|
redhat)
|
2010-07-20 10:38:39 -04:00
|
|
|
if test -f /etc/whitebox-release ; then
|