aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghc/autoconf-ac-prog-c99-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ghc/autoconf-ac-prog-c99-fix.patch')
-rw-r--r--community/ghc/autoconf-ac-prog-c99-fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/ghc/autoconf-ac-prog-c99-fix.patch b/community/ghc/autoconf-ac-prog-c99-fix.patch
deleted file mode 100644
index 2dee909d53c..00000000000
--- a/community/ghc/autoconf-ac-prog-c99-fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From ad2ef3a13f1eb000eab8e3d64592373b91a52806 Mon Sep 17 00:00:00 2001
-From: Moritz Angermann <moritz.angermann@gmail.com>
-Date: Wed, 17 Feb 2021 21:13:07 +0800
-Subject: [PATCH] [configure] Fix _AC_PROG_CC_99
-
-_AC_PROG_CC_99 isn't available anymore in recent autoconf versions.
-This broke on aarch64-darwin.
----
- aclocal.m4 | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/aclocal.m4 b/aclocal.m4
-index 259db63dbff..99f77d910cf 100644
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -659,7 +659,7 @@ AC_DEFUN([FP_SET_CFLAGS_C99],
- CPPFLAGS="$$3"
- unset ac_cv_prog_cc_c99
- dnl perform detection
-- _AC_PROG_CC_C99
-+ AC_PROG_CC_C99
- fp_cc_c99="$ac_cv_prog_cc_c99"
- case "x$ac_cv_prog_cc_c99" in
- x) ;; # noop
---
-GitLab
-