repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
developer/check: configure: WARNING: filterdiff not installed; build will not be...
[oi-userland.git]
/
components
/
image
/
plplot
/
patches
/
01-pltclgen.patch
blob
0b6a109a3745b0d3b03650eb7ba6330ca7d3f40a
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
###############################################################################
6
7
-require "getopts.pl";
8
+use Getopt::Std;
9
10
-&Getopts('v');
11
+getopts('v');
12
13
$verbose = $opt_v;
14