pkgsrc/devel/gdbada/patches/patch-bb
2006-10-22 07:55:38 +00:00

13 lines
503 B
Text

$NetBSD: patch-bb,v 1.1 2006/10/22 07:59:55 rillig Exp $
--- gdb/config/djgpp/djconfig.sh.orig 2004-10-21 01:12:57.000000000 +0200
+++ gdb/config/djgpp/djconfig.sh 2006-10-22 09:59:05.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