about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/respect-ar-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ghc/respect-ar-path.patch')
-rw-r--r--pkgs/development/compilers/ghc/respect-ar-path.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkgs/development/compilers/ghc/respect-ar-path.patch b/pkgs/development/compilers/ghc/respect-ar-path.patch
deleted file mode 100644
index a08a802c18a0..000000000000
--- a/pkgs/development/compilers/ghc/respect-ar-path.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -urd a/aclocal.m4 b/aclocal.m4
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -1199,7 +1199,8 @@
- # thinks that target == host so it never checks the unqualified
- # tools for Windows. See #14274.
- AC_DEFUN([FP_PROG_AR],
--[if test -z "$fp_prog_ar"; then
-+[AC_SUBST(fp_prog_ar,$AR)
-+if test -z "$fp_prog_ar"; then
-   if test "$HostOS" = "mingw32"
-   then
-     AC_PATH_PROG([fp_prog_ar], [ar])
-diff -urd a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -10744,6 +10744,8 @@
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
- 
- 
-+fp_prog_ar=$AR
-+
- if test -z "$fp_prog_ar"; then
-   if test "$HostOS" = "mingw32"
-   then