summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkim <kim>1998-08-17 00:11:34 +0000
committerkim <kim>1998-08-17 00:11:34 +0000
commit429ef77341e7348f966971e496d7b51c87830fcc (patch)
treeff2f7d1a25d06979492146903392ada2a136b49f
parentadfafe35412b10d8ca5050087c01019ee8f2c124 (diff)
downloadpkgsrc-429ef77341e7348f966971e496d7b51c87830fcc.tar.gz
Fix a bug in configure.
-rw-r--r--sysutils/mtools/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/mtools/patches/patch-ab b/sysutils/mtools/patches/patch-ab
new file mode 100644
index 00000000000..ba40d2b415b
--- /dev/null
+++ b/sysutils/mtools/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 1998/08/17 00:11:34 kim Exp $
+
+--- configure.ORIG Sun Aug 16 19:58:30 1998
++++ configure Sun Aug 16 20:00:49 1998
+@@ -2550,7 +2550,7 @@
+ fi
+
+
+-if [ $host_vendor = linux ] ; then
++if [ "$host_vendor" = linux ] ; then
+ LDFLAGS="$LDFLAGS -z"
+ fi
+