diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-02 07:54:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-02 07:54:31 +0000 |
commit | 1d14f7dfe418d34cd663990d1a2db0a82790b1df (patch) | |
tree | 1c7b698f243c71b8f0e847d953fd74f141597653 /lang | |
parent | ecc1687016f26331d40ef4c9b0ca7967e65c4bf8 (diff) | |
download | pkgsrc-1d14f7dfe418d34cd663990d1a2db0a82790b1df.tar.gz |
Remove alpha hack. Not needed any longer; per Staffan Thomén
<duck@shangtai.net> on tech-pkg.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/hacks.mk | 13 |
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. |