pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apisprout apisprout: allow use of cgo
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc45b49561a7
branches: trunk
changeset: 377192:dc45b49561a7
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sun Apr 17 18:52:22 2022 +0000
description:
apisprout: allow use of cgo
Fixes build with Go 1.18.
diffstat:
www/apisprout/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a1c0ecb2b2ef -r dc45b49561a7 www/apisprout/Makefile
--- a/www/apisprout/Makefile Sun Apr 17 18:48:17 2022 +0000
+++ b/www/apisprout/Makefile Sun Apr 17 18:52:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/04/13 07:50:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/17 18:52:22 bsiegert Exp $
DISTNAME= apisprout-1.3.0
PKGREVISION= 5
@@ -11,7 +11,7 @@
COMMENT= Lightweight, fast, validating OpenAPI 3 mock server
LICENSE= mit
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
GO_BUILD_PATTERN+= .
Home |
Main Index |
Thread Index |
Old Index