a23f39a1d5
Add no_server PSEUDO_FLAVOR Reorganize the Makefile some. Remove dependency on qwt. Set FULLPKGPATH for -main and -bat to remove backend dependencies (found by and solution from naddy@) Use SUBST_CMD. ok jdixon@, okan@
30 lines
830 B
Plaintext
30 lines
830 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2008/10/19 03:44:42 merdely Exp $
|
|
--- configure.orig Thu Jun 19 15:44:34 2008
|
|
+++ configure Tue Jul 1 19:28:12 2008
|
|
@@ -4014,7 +4014,7 @@ echo "${ECHO_T}no" >&6; }
|
|
fi
|
|
|
|
|
|
-if test ! -e $CXX; then
|
|
+if test ! -e `which $CXX`; then
|
|
{ { echo "$as_me:$LINENO: error: Unable to find C++ compiler" >&5
|
|
echo "$as_me: error: Unable to find C++ compiler" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
@@ -29982,6 +29982,7 @@ openbsd)
|
|
platforms/openbsd/bacula-fd \
|
|
platforms/openbsd/bacula-sd \
|
|
platforms/openbsd/bacula-dir"
|
|
+ largefile_support="yes"
|
|
;;
|
|
redhat)
|
|
if test -f /etc/whitebox-release ; then
|
|
@@ -31766,7 +31767,7 @@ if test "${support_bat}" = "yes" ; then
|
|
QMAKEBIN="qmake"
|
|
|
|
if test "x$QMAKEQT4" != "xnone"; then
|
|
- QMAKEBIN=qmake-qt4
|
|
+ QMAKEBIN=${QMAKEQT4}
|
|
fi
|
|
|
|
|