pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tinygo: add kludge to get github submodules extracted again
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Thu Jun 6 11:16:06 2024 +0200
Changeset: 989b72122fce3bb19dbce9d04db0411e7b14184e
Modified Files:
tinygo/Makefile
Log Message:
tinygo: add kludge to get github submodules extracted again
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=989b72122fce3bb19dbce9d04db0411e7b14184e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tinygo/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/tinygo/Makefile b/tinygo/Makefile
index 48973d15fc..2c192d20c0 100644
--- a/tinygo/Makefile
+++ b/tinygo/Makefile
@@ -44,7 +44,7 @@ CHECK_INTERPRETER_SKIP+= tinygo/lib/picolibc/newlib/libc/tinystdio/make-dtoa-dat
GO_MODULE_EXTRACT= go.bug.st_serial_@v_v1.6.0.zip
DISTFILES= ${DEFAULT_DISTFILES} ${TINYGO_DISTFILES}
-EXTRACT_ONLY= ${DEFAULT_DISTFILES} ${TINYGO_DISTFILES} ${GO_MODULE_EXTRACT}
+EXTRACT_ONLY= ${DEFAULT_DISTFILES} ${TINYGO_DISTFILES} ${_GITHUB_DEFAULT_DISTFILES} ${GO_MODULE_EXTRACT}
.include "go-modules.mk"
Home |
Main Index |
Thread Index |
Old Index