diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-02-06 04:35:27 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-02-06 04:35:27 +0000 |
commit | f23ff56aea72ef3c086cc34b76efb8917aafb0fa (patch) | |
tree | 718a1838c2368c54ac7167b2ecd6fd9312a7bb18 /devel/psptoolchain-gdb/files/patch-bfd-sysdep.h | |
parent | - Update to 2.22. (diff) |
- Update to 7.3.1.
Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
Notes
Notes:
svn path=/head/; revision=290465
Diffstat (limited to 'devel/psptoolchain-gdb/files/patch-bfd-sysdep.h')
-rw-r--r-- | devel/psptoolchain-gdb/files/patch-bfd-sysdep.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/psptoolchain-gdb/files/patch-bfd-sysdep.h b/devel/psptoolchain-gdb/files/patch-bfd-sysdep.h new file mode 100644 index 000000000000..3ac30aee82a1 --- /dev/null +++ b/devel/psptoolchain-gdb/files/patch-bfd-sysdep.h @@ -0,0 +1,11 @@ +--- ./bfd/sysdep.h.orig 2009-09-02 07:18:37.000000000 +0000 ++++ ./bfd/sysdep.h 2012-01-25 22:24:22.000000000 +0000 +@@ -131,7 +131,7 @@ + extern PTR realloc (); + #endif + +-#if !HAVE_DECL_STPCPY ++#if !HAVE_DECL_STPCPY && !defined(stpcpy) + extern char *stpcpy (char *__dest, const char *__src); + #endif + |