ports/security/heimdal/files/patch-cf-make-proto.pl
Hiroki Sato 151eead7db - Fix build when !BDB.
- Regenerate patches.

PR:	244282
2020-02-23 14:57:33 +00:00

11 lines
189 B
Raku

--- cf/make-proto.pl.orig 2019-06-07 06:21:35 UTC
+++ cf/make-proto.pl
@@ -4,7 +4,7 @@
use Getopt::Std;
use File::Compare;
-use JSON;
+# use JSON;
my $comment = 0;
my $doxygen = 0;