summaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/files/patch-configure
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-04 23:22:30 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-04 23:22:30 +0000
commit401ceb58a1b754da246a582b9ee69c40e49796ee (patch)
treea90664d765ac4f1e11e4973515599638de3c9e75 /sysutils/bacula-server/files/patch-configure
parentBacula is a set of computer programs that permit you (or the system (diff)
Move bacula-server-devel into bacula-server, now that 2.0.0
has been released. Split the documentation into a new port, sysutils/bacula-docs. You must run the database upgrade script after upgrading to Bacula 2.0.0 Many new features here. See http://www.bacula.org/?page=presskits for an overview, and ReleaseNotes for full details. PR: ports/107535 Submitted by: Dan Langille (maintainer)
Notes
Notes: svn path=/head/; revision=181440
Diffstat (limited to 'sysutils/bacula-server/files/patch-configure')
-rw-r--r--sysutils/bacula-server/files/patch-configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/bacula-server/files/patch-configure b/sysutils/bacula-server/files/patch-configure
deleted file mode 100644
index f370488bbc48..000000000000
--- a/sysutils/bacula-server/files/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
-*** configure.org Sun Mar 6 16:46:54 2005
---- configure Sun Mar 6 16:49:20 2005
-***************
-*** 29490,29497 ****
- DISTVER=`uname -a |awk '{print $3}'`
- VER=`echo $DISTVER | cut -c 1`
- if test x$VER = x4 ; then
-! PTHREAD_LIB="-pthread"
-! CFLAGS="${CFLAGS} -pthread"
- fi
- lld="qd"
- llu="qu"
---- 21037,21044 ----
- DISTVER=`uname -a |awk '{print $3}'`
- VER=`echo $DISTVER | cut -c 1`
- if test x$VER = x4 ; then
-! PTHREAD_LIB="${PTHREAD_LIBS}"
-! CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
- fi
- lld="qd"
- llu="qu"