summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-11-02 07:54:31 +0000
committerwiz <wiz@pkgsrc.org>2010-11-02 07:54:31 +0000
commit664ff78cd78af5633bb9f4aaa44324629b280a0b (patch)
tree1c7b698f243c71b8f0e847d953fd74f141597653 /lang/perl5
parent0c4cd417610f2c4716a52e86d4c9f84ff5e05bb1 (diff)
downloadpkgsrc-664ff78cd78af5633bb9f4aaa44324629b280a0b.tar.gz
Remove alpha hack. Not needed any longer; per Staffan Thomén
<duck@shangtai.net> on tech-pkg.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/hacks.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/lang/perl5/hacks.mk b/lang/perl5/hacks.mk
index 7e11c5008d2..96384b5004b 100644
--- a/lang/perl5/hacks.mk
+++ b/lang/perl5/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.3 2006/04/09 06:34:32 jlam Exp $
+# $NetBSD: hacks.mk,v 1.4 2010/11/02 07:54:31 wiz Exp $
.include "../../mk/compiler.mk"
@@ -35,17 +35,6 @@ PKG_HACKS+= powerpc-codegen
BUILDLINK_TRANSFORM+= rm:-O[0-9]*
.endif
-### [Fri Dec 10 18:46:19 EST 2004 : jlam]
-### On NetBSD/alpha, building perl with -mieee causes perl to not pass
-### the test for integer.pm (pkg/28498). Until this is fixed in either
-### NetBSD, GCC or perl, strip out -mieee from the compiler command
-### line.
-###
-.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-*-alpha)
-PKG_HACKS+= alpha-mieee
-BUILDLINK_TRANSFORM+= rm:-mieee
-.endif
-
### [Mon May 9 15:35:44 UTC 2005 : jlam]
### On NetBSD/arm, skipping one part of the optimization pass empirically
### "fixes" the build of perl using gcc-3.x.