pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tinygo: put back serial patches
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Thu Apr 25 09:10:28 2024 +0200
Changeset: 49f6fef514eff62a70cf48df61c6f8644df2a259
Modified Files:
tinygo/Makefile
Log Message:
tinygo: put back serial patches
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49f6fef514eff62a70cf48df61c6f8644df2a259
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tinygo/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/tinygo/Makefile b/tinygo/Makefile
index 905d7966cf..9c3f3f398a 100644
--- a/tinygo/Makefile
+++ b/tinygo/Makefile
@@ -48,10 +48,10 @@ CHECK_INTERPRETER_SKIP+= tinygo/lib/picolibc/newlib/libc/tinystdio/make-dtoa-dat
post-extract:
mv ${WRKDIR}/llvm-project* ${WRKSRC}/llvm-project
rm -rf ${WRKSRC}/lib/musl && mv ${WRKDIR}/musl* ${WRKSRC}/lib/musl
-# cp ${WRKDIR}/go.bug.st/serial@v1.6.0/serial_openbsd.go \
-# ${WRKDIR}/go.bug.st/serial@v1.6.0/serial_netbsd.go
-# cp ${WRKDIR}/go.bug.st/serial@v1.6.0/enumerator/usb_openbsd.go \
-# ${WRKDIR}/go.bug.st/serial@v1.6.0/enumerator/usb_netbsd.go
+ cp ${WRKDIR}/go.bug.st/serial@v1.6.0/serial_openbsd.go \
+ ${WRKDIR}/go.bug.st/serial@v1.6.0/serial_netbsd.go
+ cp ${WRKDIR}/go.bug.st/serial@v1.6.0/enumerator/usb_openbsd.go \
+ ${WRKDIR}/go.bug.st/serial@v1.6.0/enumerator/usb_netbsd.go
do-build:
.for t in llvm-build tinygo build/release
Home |
Main Index |
Thread Index |
Old Index