From 79092d470512e8cf5d8a297a0952e4df7403e842 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sun, 29 Apr 2018 15:07:15 -0600 Subject: perl: update to 5.26.2 Signed-off-by: Philip Prindeville --- lang/perl/patches/010-musl-compat.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lang/perl/patches/010-musl-compat.patch') diff --git a/lang/perl/patches/010-musl-compat.patch b/lang/perl/patches/010-musl-compat.patch index 8dbad78f4..c1479ff2f 100644 --- a/lang/perl/patches/010-musl-compat.patch +++ b/lang/perl/patches/010-musl-compat.patch @@ -1,11 +1,11 @@ ---- a/pp.c -+++ b/pp.c -@@ -43,7 +43,7 @@ extern Pid_t getpid (void); - * Some BSDs and Cygwin default to POSIX math instead of IEEE. - * This switches them over to IEEE. - */ --#if defined(LIBM_LIB_VERSION) -+#if defined(LIBM_LIB_VERSION) && (defined(__GLIBC__) || defined(__UCLIBC__)) - _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; +--- a/perl.c ++++ b/perl.c +@@ -286,7 +286,7 @@ perl_construct(pTHXx) + PL_localpatches = local_patches; /* For possible -v */ #endif +-#if defined(LIBM_LIB_VERSION) ++#if defined(LIBM_LIB_VERSION) && (defined(__GLIBC__) || defined(__UCLIBC__)) + /* + * Some BSDs and Cygwin default to POSIX math instead of IEEE. + * This switches them over to IEEE. -- cgit v1.2.3