unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 698ac7476ce70f138ed6c8530842cd3fe267c66d 942 bytes (raw)
name: gnu/packages/patches/remake-impure-dirs.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Purity: don't look for library dependencies (of the form `-lfoo') in
/lib and /usr/lib.  Likewise, when searching for included Makefiles,
don't look in /usr/include and friends.

Borrowed from similar patch for GNU Make and adjusted for Remake.

--- remake-4.3+dbg-1.5/src/read.c.orig	2020-03-14 17:06:16.000000000 -0500
+++ remake-4.3+dbg-1.5/src/read.c	2020-07-31 22:34:03.862383862 -0500
@@ -104,7 +104,7 @@
 # define INCLUDEDIR "."
 #endif
     INCLUDEDIR,
-#ifndef _AMIGA
+#if 0
     "/usr/gnu/include",
     "/usr/local/include",
     "/usr/include",
--- remake-4.3+dbg-1.5/src/remake.c.orig	2020-03-14 17:06:16.000000000 -0500
+++ remake-4.3+dbg-1.5/src/remake.c	2020-07-31 22:34:26.798330508 -0500
@@ -1665,8 +1665,10 @@
 {
   static const char *dirs[] =
     {
+#if 0
       "/lib",
       "/usr/lib",
+#endif
 #if defined(WINDOWS32) && !defined(LIBDIR)
 /*
  * This is completely up to the user at product install time. Just define

debug log:

solving 698ac7476c ...
found 698ac7476c in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).