tibbs / rpms / perl-Wx

Forked from rpms/perl-Wx 6 years ago
Clone
fda181a
diff -up Wx-0.9923/build/Wx/build/Options.pm.old Wx-0.9923/build/Wx/build/Options.pm
fda181a
--- Wx-0.9923/build/Wx/build/Options.pm.old	2015-02-04 11:44:25.755694877 -0500
fda181a
+++ Wx-0.9923/build/Wx/build/Options.pm	2015-02-04 11:44:29.562671786 -0500
fda181a
@@ -11,7 +11,7 @@ Wx::build::Options - retrieve wxWidgets/
fda181a
 =cut
fda181a
 
fda181a
 use Getopt::Long;
fda181a
-Getopt::Long::Configure( 'pass_through' );
fda181a
+# Getopt::Long::Configure( 'pass_through' );
fda181a
 
fda181a
 my $help         = 0;
fda181a
 my $mksymlinks   = 0;