diff options
Diffstat (limited to 'lang/idris/patches')
-rw-r--r-- | lang/idris/patches/patch-Setup.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/idris/patches/patch-Setup.hs b/lang/idris/patches/patch-Setup.hs index fc42e1249dc..9a7670dca0e 100644 --- a/lang/idris/patches/patch-Setup.hs +++ b/lang/idris/patches/patch-Setup.hs @@ -1,9 +1,9 @@ -$NetBSD: patch-Setup.hs,v 1.3 2021/04/25 11:39:03 pho Exp $ +$NetBSD: patch-Setup.hs,v 1.4 2022/02/26 08:07:37 pho Exp $ * Don't hard-code the gmake command (pkgsrc specific). * Set LD_LIBRARY_PATH while building its standard libraries. This is - needed because we link idris dynamically. + needed when idris is linked dynamically. * Don't try to invoke git. Cabal packages don't come with .git directory. |