pkgsrc/devel/gdb/patches/patch-ao
2006-10-22 07:55:38 +00:00

13 lines
503 B
Text

$NetBSD: patch-ao,v 1.1 2006/10/22 07:55:38 rillig Exp $
--- gdb/config/djgpp/djconfig.sh.orig 2002-02-25 17:09:45.000000000 +0100
+++ gdb/config/djgpp/djconfig.sh 2006-10-22 09:54:26.000000000 +0200
@@ -76,7 +76,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