diff options
| author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-02-06 04:36:38 +0000 |
|---|---|---|
| committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-02-06 04:36:38 +0000 |
| commit | 1bd31e4bdeaa2d16c8570316841283bce28cc9d2 (patch) | |
| tree | c74333b7153c3a631723d8c9fcf364fa660778fa /devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure | |
| parent | - Update to 7.3.1. (diff) | |
- Update to 1.20.0.
Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
Diffstat (limited to 'devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure')
| -rw-r--r-- | devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure b/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure index 9c73bd8af27d..d214fd2b0541 100644 --- a/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure +++ b/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-configure @@ -1,21 +1,19 @@ ---- newlib/libc/sys/configure.orig 2006-12-19 00:21:54.000000000 +0200 -+++ newlib/libc/sys/configure 2007-06-01 12:22:26.000000000 +0300 -@@ -284,6 +284,7 @@ - ac_subdirs_all="$ac_subdirs_all mmixware" - ac_subdirs_all="$ac_subdirs_all netware" - ac_subdirs_all="$ac_subdirs_all rdos" -+ac_subdirs_all="$ac_subdirs_all psp" - ac_subdirs_all="$ac_subdirs_all rtems" - ac_subdirs_all="$ac_subdirs_all sh" - ac_subdirs_all="$ac_subdirs_all sparc64" -@@ -4925,6 +4926,10 @@ - - subdirs="$subdirs netware" +--- ./newlib/libc/sys/configure.orig 2011-12-19 22:03:37.000000000 +0000 ++++ ./newlib/libc/sys/configure 2012-01-25 19:33:12.000000000 +0000 +@@ -796,6 +796,7 @@ + mmixware + netware + rdos ++psp + rtems + sh + sparc64 +@@ -11808,6 +11809,8 @@ ;; -+ psp) -+ -+subdirs="$subdirs psp" + rdos) subdirs="$subdirs rdos" + ;; ++ psp) subdirs="$subdirs psp" + ;; - rdos) - - subdirs="$subdirs rdos" + rtems) subdirs="$subdirs rtems" + ;; + sh) subdirs="$subdirs sh" |
