pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust: fix static option.
Module Name: pkgsrc-wip
Committed By: Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By: jperkin
Date: Thu Jan 7 09:38:36 2021 +0000
Changeset: a4a66d6010c732f97788cb64db3f940d18c4c608
Modified Files:
rust/options.mk
Log Message:
rust: fix static option.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4a66d6010c732f97788cb64db3f940d18c4c608
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust/options.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/rust/options.mk b/rust/options.mk
index 712b76b0a1..88cb35a3a0 100644
--- a/rust/options.mk
+++ b/rust/options.mk
@@ -14,9 +14,9 @@ PKG_SUGGESTED_OPTIONS+= rust-llvm
. endif
.endif
-#.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD"
PKG_SUGGESTED_OPTIONS+= rust-cargo-static
-#.endif
+.endif
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index