diff options
Diffstat (limited to 'lang/gforth/files/patch-configure')
-rw-r--r-- | lang/gforth/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/gforth/files/patch-configure b/lang/gforth/files/patch-configure new file mode 100644 index 000000000000..0bad37060869 --- /dev/null +++ b/lang/gforth/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Sat Oct 21 02:49:22 2006 ++++ configure Sat Oct 21 02:49:27 2006 +@@ -8079,8 +8079,8 @@ + if (x) { + label1: + asm("$i"); +- label2: + } ++ label2: + return (&&label2)-(&&label1); + } + |