diff options
-rw-r--r-- | dev-lang/perl/perl-5.32.0-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.32.0.ebuild | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/dev-lang/perl/perl-5.32.0-r1.ebuild b/dev-lang/perl/perl-5.32.0-r1.ebuild index 755c45efe8e8..c4700dfc9a7d 100644 --- a/dev-lang/perl/perl-5.32.0-r1.ebuild +++ b/dev-lang/perl/perl-5.32.0-r1.ebuild @@ -620,14 +620,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ - # fix unaligned access misdetection - # https://rt.perl.org/Public/Bug/Display.html?id=133495 - # https://rt.perl.org/Public/Bug/Display.html?id=133803 - # bug #676062, bug #688432 - use hppa || use sparc || [[ ${CHOST} == sparc*-solaris* ]] || \ - [[ ${CHOST} == armv5tel* ]] \ - && myconf "-Dd_u32align='define'" - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild index 24bc98ec06ef..d5ab04c97359 100644 --- a/dev-lang/perl/perl-5.32.0.ebuild +++ b/dev-lang/perl/perl-5.32.0.ebuild @@ -462,14 +462,6 @@ src_configure() { [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \ append-cflags -Dinline=__inline__ - # fix unaligned access misdetection - # https://rt.perl.org/Public/Bug/Display.html?id=133495 - # https://rt.perl.org/Public/Bug/Display.html?id=133803 - # bug #676062, bug #688432 - use hppa || use sparc || [[ ${CHOST} == sparc*-solaris* ]] || \ - [[ ${CHOST} == armv5tel* ]] \ - && myconf "-Dd_u32align='define'" - # Prefix: the host system needs not to follow Gentoo multilib stuff, and in # Prefix itself we don't do multilib either, so make sure perl can find # something compatible. |