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 s customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/regex.scm
AgeCommit message (Expand)Author
2018-01-02gnu: re2: Update to 2018-01-01....Tobias Geerinckx-Rice
2017-12-07gnu: re2: Update to 2017-12-01....Marius Bakke
2017-11-04gnu: re2: Update to 2017-11-01....Marius Bakke
2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau
2017-08-01gnu: re2: Update to 2017-08-01....Marius Bakke
2017-07-04gnu: re2: Update to 2017-07-01....Marius Bakke
2017-06-03gnu: re2: Update to 2017-06-01....Marius Bakke
2017-05-09gnu: re2: Update to 2017-05-01....Marius Bakke
2017-05-07gnu: re2: Add missing '#:modules' imports....Sergei Trofimovich
2017-04-06gnu: re2: Update to 2017-04-01....Marius Bakke
2017-03-11gnu: re2: Set CXX for cross-compilation....Sergei Trofimovich
2017-03-01gnu: re2: Update to 2017-03-01....Marius Bakke
2017-01-30gnu: re2: Update to 2017-01-01....Marius Bakke