pkgsrc-WIP-changes archive

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

serious-engine-tfe-git: needs bison to build



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu Dec 24 13:41:32 2020 +0200
Changeset:	f81bbe5c8a3009bf365f73eb06303c8e1cca2bcd

Modified Files:
	serious-engine-tfe-git/Makefile.common

Log Message:
serious-engine-tfe-git: needs bison to build

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

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

diffstat:
 serious-engine-tfe-git/Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/serious-engine-tfe-git/Makefile.common b/serious-engine-tfe-git/Makefile.common
index 6dba3227c2..cb0237507d 100644
--- a/serious-engine-tfe-git/Makefile.common
+++ b/serious-engine-tfe-git/Makefile.common
@@ -18,7 +18,7 @@ WRKSRC=			${WRKDIR}/serious/Sources
 
 USE_LANGUAGES=	c c++
 USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	bison pkg-config
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE:STRING=Release
 CMAKE_ARGS+=	-DCMAKE_INCLUDE_CURRENT_DIR:BOOL=TRUE
 


Home | Main Index | Thread Index | Old Index