diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/thunk_loader.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/thunk_loader.cpp
index d48e4641c9..76d09a6acd 100644
--- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/thunk_loader.cpp
+++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/thunk_loader.cpp
@@ -77,7 +77,12 @@ namespace core {
     is_dxg_ = true;
 #endif
 
+#if defined(__FreeBSD__)
+    is_dtif_ = is_dxg_ = false;
+    return "libhsakmt.so";
+#else
     return "";
+#endif
   }
 
   ThunkLoader::ThunkLoader()
