aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wmi-client/perl-support.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-01-23 10:02:43 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-01-23 10:30:00 +0000
commitcbbbaf9ebace0d597f0a0e210344a2a5cabb7417 (patch)
tree967156aabdd72939c094b13922ef40fb9b4d0203 /testing/wmi-client/perl-support.patch
parent9ce2e6769410a7e04c13f2a5145f2e343ce3085e (diff)
downloadaports-cbbbaf9ebace0d597f0a0e210344a2a5cabb7417.tar.bz2
aports-cbbbaf9ebace0d597f0a0e210344a2a5cabb7417.tar.xz
testing/wmi-client: new aport
Diffstat (limited to 'testing/wmi-client/perl-support.patch')
-rw-r--r--testing/wmi-client/perl-support.patch13
1 files changed, 13 insertions, 0 deletions
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);
+ }