File heimdal-make-proto.patch of Package winexe
--- source4/heimdal/cf/make-proto.pl.orig 2011-06-16 01:56:58.000000000 +0300
+++ source4/heimdal/cf/make-proto.pl 2013-08-21 17:50:54.927510689 +0300
@@ -1,8 +1,8 @@
# Make prototypes from .c files
# $Id$
-##use Getopt::Std;
-require 'getopts.pl';
+use Getopt::Std;
+#require 'getopts.pl';
my $comment = 0;
my $if_0 = 0;
@@ -12,7 +12,7 @@
my $oproto = 1;
my $private_func_re = "^_";
-do Getopts('x:m:o:p:dqE:R:P:') || die "foo";
+do getopts('x:m:o:p:dqE:R:P:') || die "foo";
if($opt_d) {
$debug = 1;