mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
--- ./src/desc/gen_proto.orig 2008-03-31 14:43:59.000000000 +0300
|
|
+++ ./src/desc/gen_proto 2017-11-30 16:47:54.659360000 +0200
|
|
@@ -1,4 +1,9 @@
|
|
#!/usr/bin/perl -w
|
|
+
|
|
+BEGIN {
|
|
+ push @INC, ".";
|
|
+}
|
|
+
|
|
use PARI::822;
|
|
|
|
$class=$ARGV[0];
|