pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

muon: Disable builtin samurai for bootstrap



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Sep 25 14:38:15 2024 +0200
Changeset:	e40fe48faac6d8c1ccd69106f873444bec00c04f

Modified Files:
	muon/Makefile

Log Message:
muon: Disable builtin samurai for bootstrap

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e40fe48faac6d8c1ccd69106f873444bec00c04f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 muon/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/muon/Makefile b/muon/Makefile
index d55bd8a757..debd293afa 100644
--- a/muon/Makefile
+++ b/muon/Makefile
@@ -15,6 +15,7 @@ LICENSE=	gnu-gpl-v3
 
 USE_CC_FEATURES=	c99
 
+CFLAGS+=		-DBOOTSTRAP_NO_SAMU
 TOOL_DEPENDS+=		samurai>=1.2:../../devel/samurai
 
 WRKSRC=			${WRKDIR}/${PKGNAME_NOREV}


Home | Main Index | Thread Index | Old Index