$OpenBSD: patch-dbus_property_cc,v 1.6 2016/05/27 06:28:21 robert Exp $
--- dbus/property.cc.orig.port	Wed May 25 04:54:16 2016
+++ dbus/property.cc	Thu May 26 08:09:46 2016
@@ -562,6 +562,7 @@ void Property<std::vector<uint8_t>>::AppendSetValueToW
   writer->CloseContainer(&variant_writer);
 }
 
+#if !defined(OS_BSD)
 //
 // Property<std::map<std::string, std::string>> specialization.
 //
@@ -658,6 +659,7 @@ void Property<std::vector<std::pair<std::vector<uint8_
   variant_writer.CloseContainer(&array_writer);
   writer->CloseContainer(&variant_writer);
 }
+#endif
 
 template class Property<uint8_t>;
 template class Property<bool>;
@@ -673,7 +675,9 @@ template class Property<ObjectPath>;
 template class Property<std::vector<std::string> >;
 template class Property<std::vector<ObjectPath> >;
 template class Property<std::vector<uint8_t>>;
+#if !defined(OS_BSD)
 template class Property<std::map<std::string, std::string>>;
 template class Property<std::vector<std::pair<std::vector<uint8_t>, uint16_t>>>;
+#endif
 
 }  // namespace dbus
