summaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/files/patch-configure
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2003-10-20 18:39:32 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2003-10-20 18:39:32 +0000
commit1a2f3f05100ab5041e10b572260363ad336a4c32 (patch)
tree72dd62cd26a062fa9fe8a1a3e6b4a849c6f712d2 /sysutils/bacula-server/files/patch-configure
parentUpdate to version 1.07. (diff)
o) Update to the new version 1.32b
o) Take over maintainership in agreement with old maintainer, who don't use bacula anymore.
Notes
Notes: svn path=/head/; revision=91749
Diffstat (limited to 'sysutils/bacula-server/files/patch-configure')
-rw-r--r--sysutils/bacula-server/files/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/bacula-server/files/patch-configure b/sysutils/bacula-server/files/patch-configure
deleted file mode 100644
index 75a3d2074f70..000000000000
--- a/sysutils/bacula-server/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure~ Thu May 8 07:23:27 2003
-+++ configure Thu May 8 07:26:21 2003
-@@ -4038,9 +4038,9 @@
- { echo "configure: error: Unable to find sqlite.h in standard locations" 1>&2; exit 1; }
- fi
- else
-- if test -f $withval/sqlite.h; then
-- SQLITE_INCDIR=$withval
-- SQLITE_LIBDIR=$withval
-+ if test -f $withval/include/sqlite.h; then
-+ SQLITE_INCDIR=$withval/include
-+ SQLITE_LIBDIR=$withval/lib
- SQLITE_BINDIR=$withval
- else
- echo "$ac_t""no" 1>&6