aboutsummaryrefslogtreecommitdiffstats
path: root/community/ldc/0001-Add-OpenBSD-to-section_ldc.d-202.patch
blob: 1f748807ead170db1351834769629386c618f454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From e87efd1dd3360cb0e1079e8b8e6a438745e95028 Mon Sep 17 00:00:00 2001
From: Brian Callahan <ibara@users.noreply.github.com>
Date: Sat, 23 Oct 2021 11:51:37 -0400
Subject: [PATCH 1/2] Add OpenBSD to section_ldc.d (#202)

This is needed to build on OpenBSD.
---
 src/rt/sections_ldc.d | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rt/sections_ldc.d b/src/rt/sections_ldc.d
index 45a0e929..5ee022bc 100644
--- a/runtime/druntime/src/rt/sections_ldc.d
+++ b/runtime/druntime/src/rt/sections_ldc.d
@@ -30,6 +30,7 @@ else version (Darwin) {}
 else version (FreeBSD) {}
 else version (DragonFlyBSD) {}
 else version (NetBSD) {}
+else version (OpenBSD) {}
 else version (Windows) {}
 else version (LDC):

--
2.30.1 (Apple Git-130)