$OpenBSD: patch-dbus_property_cc,v 1.2 2015/07/23 13:44:04 robert Exp $
--- dbus/property.cc.orig.port	Wed Jul 15 22:30:04 2015
+++ dbus/property.cc	Wed Jul 22 08:37:30 2015
@@ -514,6 +514,7 @@ void Property<std::vector<uint8> >::AppendSetValueToWr
   writer->CloseContainer(&variant_writer);
 }
 
+#if !defined(OS_BSD)
 //
 // Property<std::map<std::string, std::string>> specialization.
 //
@@ -610,6 +611,7 @@ void Property<std::vector<std::pair<std::vector<uint8_
   variant_writer.CloseContainer(&array_writer);
   writer->CloseContainer(&variant_writer);
 }
+#endif
 
 template class Property<uint8>;
 template class Property<bool>;
@@ -625,7 +627,9 @@ template class Property<ObjectPath>;
 template class Property<std::vector<std::string> >;
 template class Property<std::vector<ObjectPath> >;
 template class Property<std::vector<uint8> >;
+#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
