View | Details | Raw Unified | Return to bug 223047 | Differences between
and this patch

Collapse All | Expand All

(-)b/lang/rust/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	rust
4
PORTNAME=	rust
5
PORTVERSION?=	1.20.0
5
PORTVERSION?=	1.20.0
6
PORTREVISION=	1
6
CATEGORIES=	lang
7
CATEGORIES=	lang
7
MASTER_SITES=	http://static.rust-lang.org/dist/:src \
8
MASTER_SITES=	http://static.rust-lang.org/dist/:src \
8
		https://static.rust-lang.org/dist/:rust_bootstrap \
9
		https://static.rust-lang.org/dist/:rust_bootstrap \
(-)b/lang/rust/files/patch-src_librustc__back_target_freebsd__base.rs (+12 lines)
Added Link Here
1
Return struct similar to OpenBSD
2
3
--- src/librustc_back/target/freebsd_base.rs.orig	2017-07-17 22:10:50 UTC
4
+++ src/librustc_back/target/freebsd_base.rs
5
@@ -31,6 +31,7 @@ pub fn opts() -> TargetOptions {
6
         target_family: Some("unix".to_string()),
7
         linker_is_gnu: true,
8
         has_rpath: true,
9
+        is_like_openbsd: true,
10
         pre_link_args: args,
11
         position_independent_executables: true,
12
         exe_allocation_crate: super::maybe_jemalloc(),

Return to bug 223047