* fixed mousepointer transparency bug * uta/surface.cc : bugfix for segfault when using scaledBlit() with source and target having the same size * uta/widget.cc, uta/focus.* : fixed focus handling bug
22 lines
573 B
Plaintext
22 lines
573 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2001/08/20 06:40:52 pvalchev Exp $
|
|
--- configure.orig Sat Jul 28 07:50:41 2001
|
|
+++ configure Mon Aug 20 00:36:04 2001
|
|
@@ -4062,7 +4062,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lc_r $LIBS"
|
|
+LIBS="-pthread $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 4068 "configure"
|
|
#include "confdefs.h"
|
|
@@ -4096,7 +4096,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
|
|
#define $ac_tr_lib 1
|
|
EOF
|
|
|
|
- LIBS="-lc_r $LIBS"
|
|
+ LIBS="-pthread $LIBS"
|
|
|
|
else
|
|
echo "$ac_t""no" 1>&6
|