diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-21 20:08:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-21 20:08:13 +0000 |
commit | a35fba9a85c56d0df1eac0de9dabe19c29c66246 (patch) | |
tree | c27ef16137d4a9665d08748067521145c1b4d823 /sys-process/procps/files | |
parent | fix typo pointed out by Malte Starostik #346311 -- server uses svcgssd, not g... (diff) | |
download | historical-a35fba9a85c56d0df1eac0de9dabe19c29c66246.tar.gz historical-a35fba9a85c56d0df1eac0de9dabe19c29c66246.tar.bz2 historical-a35fba9a85c56d0df1eac0de9dabe19c29c66246.zip |
properly document things
Diffstat (limited to 'sys-process/procps/files')
-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 |