pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 Remove alpha hack. Not needed any longer; p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8eced2acfbb
branches:  trunk
changeset: 581963:d8eced2acfbb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 02 07:54:31 2010 +0000

description:
Remove alpha hack. Not needed any longer; per Staffan Thomén
<duck%shangtai.net@localhost> on tech-pkg.

diffstat:

 lang/perl5/hacks.mk |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (27 lines):

diff -r d167cbdc2cb2 -r d8eced2acfbb lang/perl5/hacks.mk
--- a/lang/perl5/hacks.mk       Tue Nov 02 01:45:25 2010 +0000
+++ b/lang/perl5/hacks.mk       Tue Nov 02 07:54:31 2010 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index