$NetBSD: patch-dillo-install-hyphenation,v 1.1 2025/01/31 14:33:17 micha Exp $

Unimplemented: POSIX::tmpnam():
  use File::Temp instead at /usr/pkg/bin/dillo-install-hyphenation line 110.

--- dillo-install-hyphenation.orig	2024-05-04 19:53:29.000000000 +0000
+++ dillo-install-hyphenation
@@ -1,5 +1,6 @@
 #!/usr/bin/env perl
-use POSIX;
+#use POSIX;
+use File::Temp;
 use File::Basename;
 use Net::FTP;
 use Getopt::Long;
