diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-20 17:37:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-20 17:37:20 +0000 |
commit | 872812f666673b95408c85a6573d4853d0e6c04e (patch) | |
tree | 7ba0b531f9c996595c18d930624d2d95ad2bd2dd /net-mgmt/wmi-client | |
parent | cf65963a1efce67cf9ef150c4eef482fc1b0ef11 (diff) | |
download | ports-872812f666673b95408c85a6573d4853d0e6c04e.tar.gz ports-872812f666673b95408c85a6573d4853d0e6c04e.zip |
Notes
Diffstat (limited to 'net-mgmt/wmi-client')
-rw-r--r-- | net-mgmt/wmi-client/files/patch-Samba_source_pidl_pidl | 11 |
1 files changed, 11 insertions, 0 deletions
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); + } |