aboutsummaryrefslogtreecommitdiffstats
path: root/community/ldc/0001-Add-OpenBSD-to-section_ldc.d-202.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ldc/0001-Add-OpenBSD-to-section_ldc.d-202.patch')
-rw-r--r--community/ldc/0001-Add-OpenBSD-to-section_ldc.d-202.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/ldc/0001-Add-OpenBSD-to-section_ldc.d-202.patch b/community/ldc/0001-Add-OpenBSD-to-section_ldc.d-202.patch
deleted file mode 100644
index 1f748807ead..00000000000
--- a/community/ldc/0001-Add-OpenBSD-to-section_ldc.d-202.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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)