Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2023 14:30:46 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 4c117abfc2eb - 2023Q1 - devel/splint: Fix build when bison exists
Message-ID:  <202303131430.32DEUk5u004242@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c117abfc2eb4e1e0dae013a9c0f4d5ed6cdc1d4

commit 4c117abfc2eb4e1e0dae013a9c0f4d5ed6cdc1d4
Author:     Chad Jacob Milios <milios@ccsys.com>
AuthorDate: 2023-03-13 14:08:32 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-03-13 14:30:32 +0000

    devel/splint: Fix build when bison exists
    
    PR:             269891
    (cherry picked from commit 283da459379c602a10e65bdc9c7de8d10a717520)
---
 devel/splint/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index 0b477b963fef..49df11d5a206 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -12,6 +12,7 @@ LICENSE=	GPLv2+
 
 USES=		gmake
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	BISON=no
 MAKE_JOBS_UNSAFE=	yes
 
 post-patch:



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