pkgsrc-WIP-changes archive

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

lgogdownloader-git: CMake now needs C compiler, allow it



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jun 2 13:26:10 2016 +0200
Changeset:	e781067f6d4852a4b7fb0c041eb2a14b40379ebf

Modified Files:
	lgogdownloader-git/Makefile

Log Message:
lgogdownloader-git: CMake now needs C compiler, allow it

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

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

diffstat:
 lgogdownloader-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lgogdownloader-git/Makefile b/lgogdownloader-git/Makefile
index 0361089..61ea52f 100644
--- a/lgogdownloader-git/Makefile
+++ b/lgogdownloader-git/Makefile
@@ -15,7 +15,7 @@ GIT_REPOSITORIES=		lgogdownloader
 GIT_REPO.lgogdownloader=	git://github.com/Sude-/lgogdownloader.git
 
 WRKSRC=		${WRKDIR}/lgogdownloader
-USE_LANGUAGES=	c++
+USE_LANGUAGES=	c c++
 USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
 CMAKE_ARGS+=	-DPC_JSONCPP_FOUND:BOOL=1


Home | Main Index | Thread Index | Old Index