FreeBSD Bugzilla – Attachment 13017 Details for
Bug 24926
Addition of Mesa-3.4 to ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ab
patch-ab (text/plain; charset=us-ascii), 1.23 KB, created by
Andre Goeree
on 2001-02-11 11:25:40 UTC
(
hide
)
Description:
patch-ab
Filename:
MIME Type:
Creator:
Andre Goeree
Created:
2001-02-11 11:25:40 UTC
Size:
1.23 KB
patch
obsolete
>--- ./configure.orig Fri Feb 9 21:55:30 2001 >+++ ./configure Fri Feb 9 21:55:30 2001 >@@ -2585,14 +2585,14 @@ > > > THREAD_LIBS= >-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 >-echo "configure:2590: checking for pthread_create in -lpthread" >&5 >+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 >+echo "configure:2590: checking for pthread_create in -pthread" >&5 > ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` > if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then > echo $ac_n "(cached) $ac_c" 1>&6 > else > ac_save_LIBS="$LIBS" >-LIBS="-lpthread $LIBS" >+LIBS="-pthread $LIBS" > cat > conftest.$ac_ext <<EOF > #line 2598 "configure" > #include "confdefs.h" >@@ -2656,7 +2656,7 @@ > EOF > > CFLAGS="$CFLAGS -D_REENTRANT" >- THREAD_LIBS="$THREAD_LIBS -lpthread" >+ THREAD_LIBS="$THREAD_LIBS -pthread" > else > echo "$ac_t""no" 1>&6 > fi >--- ./configure.in.orig Fri Feb 9 21:55:34 2001 >+++ ./configure.in Fri Feb 9 21:55:34 2001 >@@ -100,7 +100,7 @@ > AC_CHECK_LIB(pthread, pthread_create, > AC_CHECK_HEADERS(pthread.h, [ > CFLAGS="$CFLAGS -D_REENTRANT" >- THREAD_LIBS="$THREAD_LIBS -lpthread"]) >+ THREAD_LIBS="$THREAD_LIBS -pthread"]) > ) > AC_SUBST(THREAD_LIBS) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 24926
:
13015
|
13016
| 13017