diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-15 08:27:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-15 08:27:46 +0000 |
commit | d1b55e63c1d19c88185519e6ae9836162c48f643 (patch) | |
tree | 5b6d43ec3cf029cc6e298d2c9b3ef5281cd48551 /devel/m6811-gcc/files/patch-libiberty-strsignal.c | |
parent | Put back link to java now that fonts have been identified as cause of (diff) |
- Fix build on CURRENT
- build only for i386
Notes
Notes:
svn path=/head/; revision=71654
Diffstat (limited to '')
-rw-r--r-- | devel/m6811-gcc/files/patch-libiberty-strsignal.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/m6811-gcc/files/patch-libiberty-strsignal.c b/devel/m6811-gcc/files/patch-libiberty-strsignal.c new file mode 100644 index 000000000000..fa635baf14b1 --- /dev/null +++ b/devel/m6811-gcc/files/patch-libiberty-strsignal.c @@ -0,0 +1,11 @@ +--- libiberty/strsignal.c.orig Mon May 29 13:45:32 2000 ++++ libiberty/strsignal.c Wed Dec 11 21:04:43 2002 +@@ -247,7 +247,7 @@ + #else + + #ifdef NSIG +-static int sys_nsig = NSIG; ++static const int sys_nsig = NSIG; + #else + #ifdef _NSIG + static int sys_nsig = _NSIG; |