pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix go build on not-Linux.
Module Name: pkgsrc-wip
Committed By: Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By: bsiegert
Date: Wed Feb 21 21:01:36 2018 +0100
Changeset: 5e36c3d36bcbd934e92b2a7515aa67060aa305c9
Modified Files:
go/PLIST
Added Files:
go/PLIST.OpenBSD
Log Message:
Fix go build on not-Linux.
The unix.a file is only present on Linux and OpenBSD.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e36c3d36bcbd934e92b2a7515aa67060aa305c9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
go/PLIST | 1 -
go/PLIST.OpenBSD | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/go/PLIST b/go/PLIST
index fa2e15a902..5a57b1ed33 100644
--- a/go/PLIST
+++ b/go/PLIST
@@ -1283,7 +1283,6 @@ go/pkg/${GO_PLATFORM}/internal/nettrace.a
go/pkg/${GO_PLATFORM}/internal/poll.a
go/pkg/${GO_PLATFORM}/internal/race.a
go/pkg/${GO_PLATFORM}/internal/singleflight.a
-go/pkg/${GO_PLATFORM}/internal/syscall/unix.a
go/pkg/${GO_PLATFORM}/internal/syscall/windows.a
go/pkg/${GO_PLATFORM}/internal/syscall/windows/registry.a
go/pkg/${GO_PLATFORM}/internal/syscall/windows/sysdll.a
diff --git a/go/PLIST.OpenBSD b/go/PLIST.OpenBSD
new file mode 100644
index 0000000000..e27168bd98
--- /dev/null
+++ b/go/PLIST.OpenBSD
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2016/03/09 07:23:06 tnn Exp $
+go/pkg/${GO_PLATFORM}/internal/syscall/unix.a
Home |
Main Index |
Thread Index |
Old Index