pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nancy nancy: add c to USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/501b66286c7a
branches:  trunk
changeset: 449055:501b66286c7a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Mar 20 08:33:47 2021 +0000

description:
nancy: add c to USE_LANGUAGES

One of the dependencies uses cgo. This fixes the build with Go 1.16.

diffstat:

 devel/nancy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eea7606ae8e0 -r 501b66286c7a devel/nancy/Makefile
--- a/devel/nancy/Makefile      Sat Mar 20 07:09:08 2021 +0000
+++ b/devel/nancy/Makefile      Sat Mar 20 08:33:47 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/19 17:36:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/20 08:33:47 bsiegert Exp $
 
 GITHUB_PROJECT=        nancy
 GITHUB_TAG=    v1.0.5
@@ -15,7 +15,7 @@
 LICENSE=       apache-2.0
 
 WRKSRC=                ${WRKDIR}/nancy-1.0.5
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO} build -o nancy -v



Home | Main Index | Thread Index | Old Index