mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
o) Fix autoconf problem with pthread lib in conjuction with compile for postgresql as database (tracked down by "Anthony Chavez" <acc@anthonychavez.org>) PR: ports/78477 Submitted by: Dan Langille <dan@langille.org>
21 lines
548 B
Text
21 lines
548 B
Text
*** configure.org Sun Mar 6 16:46:54 2005
|
|
--- configure Sun Mar 6 16:49:20 2005
|
|
***************
|
|
*** 21037,21044 ****
|
|
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"
|