summaryrefslogtreecommitdiff
path: root/geography/gpsbabel/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpsbabel/patches/patch-aa')
-rw-r--r--geography/gpsbabel/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/geography/gpsbabel/patches/patch-aa b/geography/gpsbabel/patches/patch-aa
new file mode 100644
index 00000000000..9b6eb11478e
--- /dev/null
+++ b/geography/gpsbabel/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+--- tools/mkfilelist.orig 2007-09-21 08:06:37.000000000 +0000
++++ tools/mkfilelist 2007-09-21 08:06:53.000000000 +0000
+@@ -34,7 +34,7 @@
+ echo "$LINE" |
+ (
+ read LEAD NAME READ
+- test "x$NAME" == "x" && continue
++ test "x$NAME" = "x" && continue
+ case $LEAD in
+ D)
+ loop "$1/$NAME/" "$2"