developer/check: configure: WARNING: filterdiff not installed; build will not be...
[oi-userland.git] / components / image / plplot / patches / 01-pltclgen.patch
blob0b6a109a3745b0d3b03650eb7ba6330ca7d3f40a
1 --- plplot-5.8.0/bindings/tcl/pltclgen Sun Nov 18 21:04:00 2007
2 +++ plplot-5.8.0/bindings/tcl/pltclgen1 Wed May 10 18:35:48 2017
3 @@ -25,9 +25,9 @@
4 # probably unrealistic.
5 ###############################################################################
7 -require "getopts.pl";
8 +use Getopt::Std;
10 -&Getopts('v');
11 +getopts('v');
13 $verbose = $opt_v;