pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform -lpthread not needed, it's in libroot.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c6dc456b6b9
branches:  trunk
changeset: 635593:9c6dc456b6b9
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jun 09 08:47:29 2014 +0000

description:
-lpthread not needed, it's in libroot.

diffstat:

 mk/platform/Haiku.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0bc25ae023c -r 9c6dc456b6b9 mk/platform/Haiku.mk
--- a/mk/platform/Haiku.mk      Mon Jun 09 04:06:59 2014 +0000
+++ b/mk/platform/Haiku.mk      Mon Jun 09 08:47:29 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Haiku.mk,v 1.12 2014/05/18 10:13:59 obache Exp $
+# $NetBSD: Haiku.mk,v 1.13 2014/06/09 08:47:29 obache Exp $
 #
 # Variable definitions for the Haiku operating system.
 
@@ -51,7 +51,7 @@
 _OPSYS_HAS_MANZ=       no      # no MANZ for gzipping of man pages
 _OPSYS_HAS_OSSAUDIO=   no      # libossaudio is available
 _OPSYS_PERL_REQD=              # no base version of perl required
-_OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
+_OPSYS_PTHREAD_AUTO=   yes     # -lpthread not needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF     # shared lib type
 _PATCH_CAN_BACKUP=     yes     # native patch(1) can make backups
 _PATCH_BACKUP_ARG?=    -b -V simple -z # switch to patch(1) for backup suffix



Home | Main Index | Thread Index | Old Index