pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apisprout



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr 17 18:52:22 UTC 2022

Modified Files:
        pkgsrc/www/apisprout: Makefile

Log Message:
apisprout: allow use of cgo

Fixes build with Go 1.18.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/apisprout/Makefile

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

Modified files:

Index: pkgsrc/www/apisprout/Makefile
diff -u pkgsrc/www/apisprout/Makefile:1.6 pkgsrc/www/apisprout/Makefile:1.7
--- pkgsrc/www/apisprout/Makefile:1.6   Wed Apr 13 07:50:55 2022
+++ pkgsrc/www/apisprout/Makefile       Sun Apr 17 18:52:22 2022
@@ -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 @@ HOMEPAGE=     https://github.com/danielgtayl
 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