summaryrefslogtreecommitdiff
path: root/devel/gdb6/patches/patch-bn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb6/patches/patch-bn')
-rw-r--r--devel/gdb6/patches/patch-bn13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gdb6/patches/patch-bn b/devel/gdb6/patches/patch-bn
new file mode 100644
index 00000000000..348a564dd68
--- /dev/null
+++ b/devel/gdb6/patches/patch-bn
@@ -0,0 +1,13 @@
+$NetBSD: patch-bn,v 1.1 2006/10/22 08:06:42 rillig Exp $
+
+--- gdb/config/djgpp/djconfig.sh.orig 2003-12-29 08:35:35.000000000 +0100
++++ gdb/config/djgpp/djconfig.sh 2006-10-22 09:56:02.000000000 +0200
+@@ -89,7 +89,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
+
+ # We need to skip the build directory if it is a subdirectory of $srcdir,
+ # otherwise we will have an infinite recursion on our hands...
+-if test "`pwd`" == "${srcdir}" ; then
++if test "`pwd`" = "${srcdir}" ; then
+ SKIPDIR=""
+ SKIPFILES=""
+ else