Files
bsdports/math/pari/files/patch-x-src-desc-gen_proto
2019-12-26 07:26:06 +00:00

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];