diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-12 18:37:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-12 18:37:43 +0000 |
commit | 8009b2d5052a7507fbe4b97fafad38fa616bf4a0 (patch) | |
tree | e722f7652337e769c691788b3d545e73f9d128b7 /www/shellinabox/files/patch-Makefile.in | |
parent | Add rc script (diff) |
- Fix sparc64 compilation [1]
- Fix utmpx on current [2]
PR: ports/149243 [1]
Submitted by: Olivier Cochard-labbé <olivier _at_ cochard.me> [1]
Tested by: gahr@
Approved by: rene@ (mentor vacation)
Obtained from: upstream svn [2]
Notes
Notes:
svn path=/head/; revision=259141
Diffstat (limited to 'www/shellinabox/files/patch-Makefile.in')
-rw-r--r-- | www/shellinabox/files/patch-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/shellinabox/files/patch-Makefile.in b/www/shellinabox/files/patch-Makefile.in new file mode 100644 index 000000000000..eebebc7ddde6 --- /dev/null +++ b/www/shellinabox/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- ./Makefile.in.orig 2009-11-21 23:47:39.000000000 +0100 ++++ ./Makefile.in 2010-08-12 15:05:47.001428510 +0200 +@@ -372,6 +372,7 @@ + i[0-9]86) echo '-O elf32-i386 -B i386';; \ + x86_64) echo '-O elf64-x86-64 -B i386:x86-64';; \ + arm*) echo '-O elf32-littlearm -B arm';; \ ++ sparc64) echo '-O elf64-sparc -B sparc';; \ + esac + + renamesymbols = \ |