]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed build with gcc 3.2 (gcc3 patch)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Sep 2002 19:55:12 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-gcc3.patch -> 1.1
    perl.spec -> 1.166

perl-gcc3.patch [new file with mode: 0644]
perl.spec

diff --git a/perl-gcc3.patch b/perl-gcc3.patch
new file mode 100644 (file)
index 0000000..ec0da74
--- /dev/null
@@ -0,0 +1,22 @@
+--- perl-5.6.1/makedepend.SH.orig      Mon Mar 19 08:33:17 2001
++++ perl-5.6.1/makedepend.SH   Tue Sep 10 20:35:55 2002
+@@ -155,6 +155,8 @@
+         $sed \
+           -e '1d' \
+           -e '/^#.*<stdin>/d' \
++          -e '/^#.*<built-in>/d' \
++          -e '/^#.*<command line>/d' \
+           -e '/^#.*"-"/d' \
+           -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
+           -e 's/^[     ]*#[    ]*line/#/' \
+--- perl-5.6.1/Configure.orig  Tue Sep 10 20:37:00 2002
++++ perl-5.6.1/Configure       Tue Sep 10 21:14:10 2002
+@@ -990,7 +990,7 @@
+ archname=''
+ : Possible local include directories to search.
+ : Set locincpth to "" in a hint file to defeat local include searches.
+-locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
++locincpth="/opt/local/include /usr/gnu/include"
+ locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
+ :
+ : no include file wanted by default
index be1d719eda36e9cea1b5df3b59b5bc500ab5c8a7..8917998cd3ab5842ec26c85ca850021ec508ff35 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -44,6 +44,7 @@ Patch9:               %{name}-use-LD_PRELOAD-for-lib%{name}.so.patch
 Patch10:       %{name}-sitearch.patch
 Patch11:       %{name}-soname.patch
 Patch12:       %{name}-db3.patch
+Patch13:       %{name}-gcc3.patch
 URL:           http://www.perl.org/
 BuildRequires: db3-devel
 BuildRequires: gdbm-devel
@@ -381,6 +382,7 @@ POD.
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 for i in find-* ; do
        mv -f $i $i.old
This page took 0.135837 seconds and 4 git commands to generate.