freebsd-ports/sysutils/bacula-server-devel/files/patch-configure
Renato Botelho 92db3b6992 Add bacula-server-devel , the network backup solution (server) -
DEVELOPMENT Version.

PR:		ports/91736
Submitted by:	Dan Langille <dan@langille.org>
2006-03-15 10:22:09 +00:00

21 lines
548 B
Text

*** 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"