freetype: Add 2.4.3
[openembedded.git] / recipes / gcc / gcc-3.4.6 / always-fixincperm.patch
blob59e5e2edeb893b6dcf6f6dda1b78aef7b5abf259
1 Index: gcc-3.4.3/gcc/configure
2 ===================================================================
3 --- gcc-3.4.3.orig/gcc/configure 2004-11-04 23:14:05.000000000 -0500
4 +++ gcc-3.4.3/gcc/configure 2005-03-11 14:41:06.373910320 -0500
5 @@ -9916,11 +9916,6 @@
6 BUILD_PREFIX=build-
7 BUILD_PREFIX_1=build-
8 BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
10 - if test "x$TARGET_SYSTEM_ROOT" = x; then
11 - STMP_FIXINC=
12 - STMP_FIXPROTO=
13 - fi
16 # Expand extra_headers to include complete path.
17 Index: gcc-3.4.3/gcc/configure.ac
18 ===================================================================
19 --- gcc-3.4.3.orig/gcc/configure.ac 2004-09-23 20:43:53.000000000 -0400
20 +++ gcc-3.4.3/gcc/configure.ac 2005-03-11 14:40:55.256600408 -0500
21 @@ -1524,11 +1524,6 @@
22 BUILD_PREFIX=build-
23 BUILD_PREFIX_1=build-
24 BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
26 - if test "x$TARGET_SYSTEM_ROOT" = x; then
27 - STMP_FIXINC=
28 - STMP_FIXPROTO=
29 - fi
32 # Expand extra_headers to include complete path.