components/gcc3/patches/makefile.in.patch
author Drew Fisher <drew.fisher@oracle.com>
Tue, 08 Sep 2015 06:05:35 -0700
changeset 4843 a28c7fb418c9
parent 1522 b74fd0949e89
permissions -rw-r--r--
21653094 django 1.4.22 21416711 problem in PYTHON-MOD/DJANGO 21416691 problem in PYTHON-MOD/DJANGO 21653124 problem in PYTHON-MOD/DJANGO
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     1
--- gcc-3.4.3/Makefile.in.ori	2013-10-02 15:26:58.900044697 -0700
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     2
+++ gcc-3.4.3/Makefile.in	2013-10-02 15:28:18.200115934 -0700
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     3
@@ -186,7 +186,7 @@
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     4
 USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     5
 	then echo $$r/texinfo/makeinfo/makeinfo ; \
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     6
 	else if (makeinfo --version \
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     7
-	  | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])') >/dev/null 2>&1; \
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     8
+	  | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.13|4\.[2-9]|[5-9])') >/dev/null 2>&1; \
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
     9
         then echo makeinfo; else echo $$s/missing makeinfo; fi; fi`
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
    10
 
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents:
diff changeset
    11
 # This just becomes part of the MAKEINFO definition passed down to