pkgsrc-wip/mingw-binutils/patches/patch-aa
Makoto Fujiwara 9f67e06c5e Update mingw-binutils with binutils-2.18.
This packages has been broken for a while, and now revives.

GNU binutils now supports MingGw natively, so making this package
is very simple now.
Thanks,
2008-07-12 09:38:39 +00:00

13 lines
411 B
Text

$NetBSD: patch-aa,v 1.1 2008/07/12 09:38:39 makoto Exp $
--- ld/genscripts.sh-orig 2008-07-12 17:45:33.000000000 +0900
+++ ld/genscripts.sh 2008-07-12 17:43:56.000000000 +0900
@@ -400,7 +400,7 @@
}
fragment()
{
- local lineno=$[${BASH_LINENO[0]} + 1]
+ local lineno=$[\${BASH_LINENO[0]} + 1]
echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\""
cat >> e${EMULATION_NAME}.c
}