Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 05:44:18 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 65aafcaa1faf - main - textproc/hs-pandoc: Fix silly typo.
Message-ID:  <202104290544.13T5iIMK057415@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65aafcaa1fafc6b933d0fd258636eae9c5b83f68

commit 65aafcaa1fafc6b933d0fd258636eae9c5b83f68
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-04-29 05:43:54 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-04-29 05:43:54 +0000

    textproc/hs-pandoc: Fix silly typo.
---
 textproc/hs-pandoc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index d761ad430996..882ee6b919eb 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -159,7 +159,7 @@ OPTIONS_SUB=	yes
 
 .if ${ARCH} == i386
 # compiler goes out of memory
-CABAL_FLAGS+=	--disable-optimization
+BUILD_ARGS+=	--disable-optimization
 .endif
 
 post-extract:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104290544.13T5iIMK057415>