aboutsummaryrefslogtreecommitdiff
path: root/devel/bloomberg-bde/files/patch-groups_bal_balst_balst__objectfileformat.h
blob: 653f0f6488e83a5d03f0e71e411552d611415e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- groups/bal/balst/balst_objectfileformat.h.orig	2023-08-03 22:08:19 UTC
+++ groups/bal/balst/balst_objectfileformat.h
@@ -144,7 +144,8 @@ struct ObjectFileFormat {
     struct Dummy {};
 
 #if defined(BSLS_PLATFORM_OS_SOLARIS) || \
-    defined(BSLS_PLATFORM_OS_LINUX)
+    defined(BSLS_PLATFORM_OS_LINUX) || \
+    defined(BSLS_PLATFORM_OS_FREEBSD)
 
     typedef Elf Policy;
 #   define BALST_OBJECTFILEFORMAT_RESOLVER_ELF 1