biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / build-managers / gnumake / 4.2 / impure-dirs.patch
blobf6646f1d01262bbf80524b511f820d2656e25f34
1 diff -rc read.c read.c
2 *** read.c 2006-03-17 15:24:20.000000000 +0100
3 --- read.c 2007-05-24 17:16:31.000000000 +0200
4 ***************
5 *** 99,107 ****
6 --- 99,109 ----
7 #endif
8 INCLUDEDIR,
9 #ifndef _AMIGA
10 + #if 0
11 "/usr/gnu/include",
12 "/usr/local/include",
13 "/usr/include",
14 + #endif
15 #endif
18 diff -rc reremake.c
19 *** remake.c 2006-03-20 03:36:37.000000000 +0100
20 --- remake.c 2007-05-24 17:06:54.000000000 +0200
21 ***************
22 *** 1452,1460 ****
23 --- 1452,1462 ----
24 static char *dirs[] =
26 #ifndef _AMIGA
27 + #if 0
28 "/lib",
29 "/usr/lib",
30 #endif
31 + #endif
32 #if defined(WINDOWS32) && !defined(LIBDIR)
34 * This is completely up to the user at product install time. Just define