diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-12-22 16:37:43 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-12-22 16:37:43 +0000 |
commit | 0848ac6764f8983115a02f1c508cf3c818329895 (patch) | |
tree | 3e67984a52076a7ca092031242d9c956539bbc7c /lang/ghc | |
parent | a0760517291fd987e2a99f9e722067952603907e (diff) | |
download | freebsd-ports-0848ac6764f8983115a02f1c508cf3c818329895.zip |
lang/ghc: regen extra-patch-aclocal.m4 used for aarch64
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/files/extra-patch-aclocal.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/ghc/files/extra-patch-aclocal.m4 b/lang/ghc/files/extra-patch-aclocal.m4 index 5e674d2f9556..891cb6f28aad 100644 --- a/lang/ghc/files/extra-patch-aclocal.m4 +++ b/lang/ghc/files/extra-patch-aclocal.m4 @@ -1,13 +1,12 @@ ---- aclocal.m4.orig 2018-03-25 21:22:32 UTC +--- aclocal.m4.orig 2020-08-07 16:52:59 UTC +++ aclocal.m4 -@@ -2361,13 +2378,6 @@ AC_DEFUN([FIND_LD],[ +@@ -2461,12 +2461,6 @@ AC_DEFUN([FIND_LD],[ [enable_ld_override=yes]) - + find_ld() { - # Make sure the user didn't specify LD manually. - if test "z$LD" != "z"; then - AC_CHECK_TARGET_TOOL([LD], [ld]) -- LD_NO_GOLD=$LD - return - fi - |