diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/procps/files/procps-3.2.8+gmake-3.82.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-process/procps/files/procps-3.2.8+gmake-3.82.patch b/sys-process/procps/files/procps-3.2.8+gmake-3.82.patch index 87ab13ea4461..b66945c4de8d 100644 --- a/sys-process/procps/files/procps-3.2.8+gmake-3.82.patch +++ b/sys-process/procps/files/procps-3.2.8+gmake-3.82.patch @@ -1,8 +1,9 @@ -Index: procps-3.2.8/Makefile -=================================================================== ---- procps-3.2.8.orig/Makefile +ps/module.mk depends on vars set up in proc/module.mk, so make sure we always +include the .mk files in the right order + +--- procps-3.2.8/Makefile +++ procps-3.2.8/Makefile -@@ -174,7 +174,8 @@ INSTALL := $(BINFILES) $(MANFILES) +@@ -174,7 +174,8 @@ # want this rule first, use := on ALL, and ALL not filled in yet all: do_all |