From cbbbaf9ebace0d597f0a0e210344a2a5cabb7417 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 23 Jan 2017 10:02:43 +0000 Subject: testing/wmi-client: new aport --- testing/wmi-client/perl-support.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/wmi-client/perl-support.patch (limited to 'testing/wmi-client/perl-support.patch') diff --git a/testing/wmi-client/perl-support.patch b/testing/wmi-client/perl-support.patch new file mode 100644 index 0000000000..bd7d6cf82f --- /dev/null +++ b/testing/wmi-client/perl-support.patch @@ -0,0 +1,13 @@ +diff --git a/Samba/source/pidl/pidl b/Samba/source/pidl/pidl +index 8084213..59e467f 100755 +--- a/Samba/source/pidl/pidl ++++ b/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); + } -- cgit v1.2.3