summaryrefslogtreecommitdiff
path: root/security/skey/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-01-04 14:20:00 +0000
committerobache <obache@pkgsrc.org>2011-01-04 14:20:00 +0000
commite3ad496a51cc99a0f9adbe3c150e8bae5a273109 (patch)
treeaba9792c36244ee3e5fdea6385438ae059430bec /security/skey/patches
parentcb7855eac5363fd2edcaeeb3d661bf9c8e174d03 (diff)
downloadpkgsrc-e3ad496a51cc99a0f9adbe3c150e8bae5a273109.tar.gz
defined(%hash) is deprecated.
Diffstat (limited to 'security/skey/patches')
-rw-r--r--security/skey/patches/patch-aj15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/skey/patches/patch-aj b/security/skey/patches/patch-aj
new file mode 100644
index 00000000000..fb95167539c
--- /dev/null
+++ b/security/skey/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1 2011/01/04 14:20:00 obache Exp $
+
+* defined(%hash) is deprecated.
+
+--- fixpaths.orig 2001-05-10 16:10:49.000000000 +0000
++++ fixpaths
+@@ -26,7 +26,7 @@ while ($_=$ARGV[0], /^-/) {
+ }
+ } # while parsing arguments
+
+-if (!defined(%def)) {
++if (!%def) {
+ die ("$0: nothing to do - no substitutions listed!\n");
+ }
+