diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-21 13:11:07 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-21 13:11:07 +0000 |
commit | e5883676e3bafe62d87085a2a6a380ebb583c6a7 (patch) | |
tree | 18ef011c38a0851a039ac3363d474ac3362e5fe8 /lang/gforth/files/patch-configure | |
parent | - Try to unbroke (diff) |
- Add files forgotten in the last commit
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=175472
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); + } + |