diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-12-27 23:43:58 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-12-27 23:43:58 +0000 |
commit | 4d1a51bd5b2cb62d96e7ca862a259500c2d83790 (patch) | |
tree | f4396f7d035b2a9c5eee09a9c3c34a0d88869fc8 | |
parent | 69cf4bbec3025c3293b12076bb93306ef935ce75 (diff) | |
download | buildroot-novena-4d1a51bd5b2cb62d96e7ca862a259500c2d83790.tar.gz buildroot-novena-4d1a51bd5b2cb62d96e7ca862a259500c2d83790.zip |
uClibc has handled YESSTR/NOSTR for some time, so kill that part of the
patch as well.
-rw-r--r-- | sources/perl.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sources/perl.patch b/sources/perl.patch index dcb4b6c2d..0e9ab19d4 100644 --- a/sources/perl.patch +++ b/sources/perl.patch @@ -1,17 +1,3 @@ -diff -ur perl-5.8.0/ext/I18N/Langinfo/Makefile.PL perl-5.8.0.uclibc/ext/I18N/Langinfo/Makefile.PL ---- perl-5.8.0/ext/I18N/Langinfo/Makefile.PL 2002-06-01 19:03:06.000000000 +0200 -+++ perl-5.8.0.uclibc/ext/I18N/Langinfo/Makefile.PL 2003-03-12 09:51:59.000000000 +0100 -@@ -30,8 +30,8 @@ - ABMON_5 ABMON_6 ABMON_7 ABMON_8 ABMON_9 ALT_DIGITS AM_STR - DAY_1 DAY_2 DAY_3 DAY_4 DAY_5 DAY_6 DAY_7 D_FMT D_T_FMT ERA - ERA_D_FMT ERA_D_T_FMT ERA_T_FMT MON_1 MON_10 MON_11 MON_12 -- MON_2 MON_3 MON_4 MON_5 MON_6 MON_7 MON_8 MON_9 NOEXPR NOSTR -- PM_STR T_FMT T_FMT_AMPM YESEXPR YESSTR); -+ MON_2 MON_3 MON_4 MON_5 MON_6 MON_7 MON_8 MON_9 NOEXPR -+ PM_STR T_FMT T_FMT_AMPM YESEXPR ); - push @names, # This lot are only enums for __SVR4_I386_ABI_L1__: - {name=>$_, type=>"IV", - macro=>["#if defined($_) || (defined(__GNU_LIBRARY__) && defined(_NL_ITEM) && defined(__SVR4_I386_ABI_L1__))\n", diff -urN cross.o/Makefile cross.x/Makefile --- Makefile 2003-04-15 14:35:51.000000000 -0600 +++ perl-5.8.0.uclibc/cross/Makefile 2003-06-27 16:38:23.000000000 -0600 |