summaryrefslogtreecommitdiff
path: root/lang/perl5/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/hacks.mk')
-rw-r--r--lang/perl5/hacks.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/perl5/hacks.mk b/lang/perl5/hacks.mk
index 2869ad8b301..598af120bb6 100644
--- a/lang/perl5/hacks.mk
+++ b/lang/perl5/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.12 2014/05/29 07:57:07 adam Exp $
+# $NetBSD: hacks.mk,v 1.13 2014/06/04 09:19:56 obache Exp $
.if !defined(PERL5_HACKS_MK)
PERL5_HACKS_MK= defined
@@ -64,15 +64,6 @@ PKG_HACKS+= m68k-codegen
BUILDLINK_TRANSFORM+= rename:-O[0-9]*:-Os
.endif
-### [Thr Mar 21 22:20:00 JST 2013 : obache]
-### from KNOWN PROBLEMS in README.haiku
-### Perl cannot be compiled with threading support ATM.
-###
-.if !empty(MACHINE_PLATFORM:MHaiku-*-*)
-PKG_HACKS+= broken-haiku-pthreads
-PERL5_BUILD_THREADS_SUPPORT= no
-.endif
-
### [Fri Jan 31 11:09:04 CST 2014 : schnoebe]
### gcc-4.*.* in NetBSD/alpha causes unaligned access exception in perl.
### -O works around, and there is a report that -O2 -fno-tree-ter is enough.