# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- HEAD
+++ Modified In Working Tree
@@ -497,3 +497,30 @@
     }
   }
 }
+
+/**
+ * Implementation of hook_features_pipe_COMPONENT_alter().
+ */
+function unique_field_features_pipe_node_alter(&$pipe, $data, $export) {
+  if (!empty($data)) {
+    $map = features_get_default_map('variable');
+    $variables = array(
+      'unique_field_comp',
+      'unique_field_compare_empty',
+      'unique_field_fields',
+      'unique_field_scope',
+      'unique_field_show_matches'
+    );
+    foreach ($data as $node_type) {
+      foreach ($variables as $variable_name) {
+        $variable_name = "{$variable_name}_{$node_type}";
+        if (isset($map[$variable_name]) && $map[$variable_name] != $module_name) {
+          $export['dependencies'][$map[$variable_name]] = $map[$variable_name];
+        }
+        else {
+          $pipe['variable'][] = $variable_name;
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
