Package: perl
Version 5.8.8-6
Tags: patch

Perl fails to build with gcc-snapshot ue to a slight change in
preprocessed output. The appended patch fixes it.


Thiemo


--- perl-5.8.8.orig/makedepend.SH       2003-06-05 19:11:10.000000000 +0100
+++ perl-5.8.8/makedepend.SH    2006-08-06 16:12:18.000000000 +0100
@@ -166,6 +166,7 @@ for file in `$cat .clist`; do
            -e '/^#.*<stdin>/d' \
             -e '/^#.*<builtin>/d' \
             -e '/^#.*<built-in>/d' \
+            -e '/^#.*<command-line>/d' \
             -e '/^#.*<command line>/d' \
            -e '/^#.*"-"/d' \
            -e '/: file path prefix .* never used$/d' \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to