pkgsrc-WIP-changes archive

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

kore: set USE_LANGUAGES to c99.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Sun May 26 23:29:25 2019 +0200
Changeset:	76e65325e52c8544a338a328856530431f10777a

Modified Files:
	kore/Makefile

Log Message:
kore: set USE_LANGUAGES to c99.

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

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

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

diffs:
diff --git a/kore/Makefile b/kore/Makefile
index 2d368582bf..a0d0181a5b 100644
--- a/kore/Makefile
+++ b/kore/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE=	https://kore.io/
 COMMENT=	Web application framework for writing scalable web APIs in C
 LICENSE=	isc
 
-USE_LANGUAGES=	c c++
+USE_LANGUAGES=	c99
 USE_TOOLS+=	gmake
 
 MAKE_FLAGS+=	TASKS=1


Home | Main Index | Thread Index | Old Index