summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-06-09 08:47:29 +0000
committerobache <obache@pkgsrc.org>2014-06-09 08:47:29 +0000
commitf02ea1753bee98e02f95e9d03c3fbd93c6eec5a8 (patch)
tree295bc340e034fb97e6c821e14e4488b13ef11bfa /mk/platform
parentc652e3c567bce9621bbaa63ac7d34b943ec1cd3e (diff)
downloadpkgsrc-f02ea1753bee98e02f95e9d03c3fbd93c6eec5a8.tar.gz
-lpthread not needed, it's in libroot.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/Haiku.mk4
1 files changed, 2 insertions, 2 deletions
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