pkgsrc/textproc/scew/patches/patch-aa
2006-01-10 16:14:32 +00:00

30 lines
1 KiB
Text

$NetBSD: patch-aa,v 1.1 2006/01/10 16:14:32 joerg Exp $
--- configure.orig 2006-01-10 16:06:02.000000000 +0000
+++ configure
@@ -4225,13 +4225,13 @@ fi
-echo "$as_me:$LINENO: checking for pthread_key_create in -lpthread" >&5
-echo $ECHO_N "checking for pthread_key_create in -lpthread... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for pthread_key_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5
+echo $ECHO_N "checking for pthread_key_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6
if test "${ac_cv_lib_pthread_pthread_key_create+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread $LIBS"
+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */
@@ -4284,7 +4284,7 @@ if test $ac_cv_lib_pthread_pthread_key_c
#define HAVE_LIBPTHREAD 1
_ACEOF
- LIBS="-lpthread $LIBS"
+ LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
else
{ { echo "$as_me:$LINENO: error: Unable to find pthread libray." >&5