diff --git a/net-mgmt/wmi-client/files/patch-Samba_source_pidl_pidl b/net-mgmt/wmi-client/files/patch-Samba_source_pidl_pidl new file mode 100644 index 000000000000..1e22e0ee99bd --- /dev/null +++ b/net-mgmt/wmi-client/files/patch-Samba_source_pidl_pidl @@ -0,0 +1,11 @@ +--- Samba/source/pidl/pidl.orig 2008-07-30 19:44:55 UTC ++++ Samba/source/pidl/pidl +@@ -580,7 +580,7 @@ sub process_file($) + require Parse::Pidl::IDL; + + $pidl = Parse::Pidl::IDL::parse_file($idl_file, \@opt_incdirs); +- defined @$pidl || die "Failed to parse $idl_file"; ++ @$pidl || die "Failed to parse $idl_file"; + require Parse::Pidl::Typelist; + Parse::Pidl::Typelist::LoadIdl($pidl); + }