clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 96cbcec was 3508ede, checked in by Joe Ciccone <jciccone@…>, 17 years ago |
Add a patch to perl that fixes a issue with GCC 4.2.0
|
-
Property mode
set to
100644
|
File size:
763 bytes
|
Rev | Line | |
---|
[3508ede] | 1 | Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
|
---|
| 2 | Date: 2007-03-10
|
---|
| 3 | Initial Package Version: 5.8.8
|
---|
| 4 | Upstream Status: From Upstream
|
---|
| 5 | Origin: http://www.nntp.perl.org/group/perl.perl5.changes/2006/07/msg16428.html
|
---|
| 6 | Description: Account for a change in gcc-4.2.0.
|
---|
| 7 |
|
---|
| 8 | diff -Naur perl-5.8.8.orig/makedepend.SH perl-5.8.8/makedepend.SH
|
---|
| 9 | --- perl-5.8.8.orig/makedepend.SH 2007-03-10 08:55:07.000000000 -0500
|
---|
| 10 | +++ perl-5.8.8/makedepend.SH 2007-03-10 08:55:20.000000000 -0500
|
---|
| 11 | @@ -167,6 +167,7 @@
|
---|
| 12 | -e '/^#.*<builtin>/d' \
|
---|
| 13 | -e '/^#.*<built-in>/d' \
|
---|
| 14 | -e '/^#.*<command line>/d' \
|
---|
| 15 | + -e '/^#.*<command-line>/d' \
|
---|
| 16 | -e '/^#.*"-"/d' \
|
---|
| 17 | -e '/: file path prefix .* never used$/d' \
|
---|
| 18 | -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
|
---|
Note:
See
TracBrowser
for help on using the repository browser.