From 138d553e8430b5ffc667e59b428739f06f532b63 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 9 Jun 2014 08:47:29 +0000 Subject: -lpthread not needed, it's in libroot. --- mk/platform/Haiku.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/platform/Haiku.mk b/mk/platform/Haiku.mk index 5828da5a6fa..a12d2fa203b 100644 --- a/mk/platform/Haiku.mk +++ b/mk/platform/Haiku.mk @@ -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_JAVA= no # Java is not standard _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 -- cgit v1.2.3