pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ipget
Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Feb 27 20:18:40 UTC 2023
Modified Files:
        pkgsrc/net/ipget: Makefile
Log Message:
ipget: allow use of the C compiler
Sometimes, compiling ipget needs to rebuild a cgo package, which needs a C
compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/ipget/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ipget/Makefile
diff -u pkgsrc/net/ipget/Makefile:1.4 pkgsrc/net/ipget/Makefile:1.5
--- pkgsrc/net/ipget/Makefile:1.4       Thu Feb 16 15:01:55 2023
+++ pkgsrc/net/ipget/Makefile   Mon Feb 27 20:18:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/02/16 15:01:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/27 20:18:40 bsiegert Exp $
 
 DISTNAME=      ipget-0.9.1
 PKGREVISION=   3
@@ -14,7 +14,7 @@ LICENSE=      mit
 # does not support go 1.19 yet (as of 0.9.1)
 GO_VERSION_DEFAULT=    118
 
-USE_LANGUAGES= # none
+USE_LANGUAGES= c # go
 
 .include "go-modules.mk"
 .include "../../lang/go/go-module.mk"
Home |
Main Index |
Thread Index |
Old Index