Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 363392 Details for
Bug 491472
=dev-libs/libpthread-stubs-0.3-r1: pthread_condattr_{init,destroy} hide libthr's ones
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposing patch
libpthread-stubs-0.3-freebsd.patch (text/plain), 776 bytes, created by
Naohiro Aota
on 2013-11-17 10:17:37 UTC
(
hide
)
Description:
Proposing patch
Filename:
MIME Type:
Creator:
Naohiro Aota
Created:
2013-11-17 10:17:37 UTC
Size:
776 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 3a12a1a..a4474fa 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -31,8 +31,16 @@ fi > > > PKG_CONFIG_LIBS= >+ac_save_LIBS="$LIBS" >+case "$host" in >+*-*-freebsd*) >+ # pthread_condattr_{init,destroy} is provided from libthr >+ LIBS="-lthr" >+ ;; >+esac > AC_CHECK_FUNCS([pthread_self pthread_mutex_init pthread_mutex_destroy pthread_mutex_lock pthread_mutex_unlock pthread_cond_init pthread_cond_destroy pthread_condattr_init pthread_condattr_destroy pthread_cond_wait pthread_cond_timedwait pthread_cond_signal pthread_cond_broadcast pthread_equal pthread_exit], > [], [PKG_CONFIG_LIBS='-L${libdir} -lpthread-stubs']) >+LIBS="$ac_save_LIBS" > AC_SUBST([PKG_CONFIG_LIBS]) > AM_CONDITIONAL(BUILD_LIB, test "x$PKG_CONFIG_LIBS" != x) >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 491472
: 363392