diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-05-03 08:57:43 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-05-03 08:57:43 +0000 |
commit | e20465b7c2e391ceeaae6b7c2afbfa094ecae833 (patch) | |
tree | eccd91349ee3ea8b5a8b573d9e9d4475754424a5 /sys-apps/man/files | |
parent | Remove the DEPEND on util-linux, fixing bug #20314. (diff) | |
download | gentoo-2-e20465b7c2e391ceeaae6b7c2afbfa094ecae833.tar.gz gentoo-2-e20465b7c2e391ceeaae6b7c2afbfa094ecae833.tar.bz2 gentoo-2-e20465b7c2e391ceeaae6b7c2afbfa094ecae833.zip |
Remove the DEPEND on util-linux, fixing bug #20314.
Diffstat (limited to 'sys-apps/man/files')
-rw-r--r-- | sys-apps/man/files/digest-man-1.5l-r3 (renamed from sys-apps/man/files/digest-man-1.5l-r2) | 0 | ||||
-rw-r--r-- | sys-apps/man/files/man-1.5l-wrong-quotes-v2.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/man/files/digest-man-1.5l-r2 b/sys-apps/man/files/digest-man-1.5l-r3 index 1d4a35da11da..1d4a35da11da 100644 --- a/sys-apps/man/files/digest-man-1.5l-r2 +++ b/sys-apps/man/files/digest-man-1.5l-r3 diff --git a/sys-apps/man/files/man-1.5l-wrong-quotes-v2.patch b/sys-apps/man/files/man-1.5l-wrong-quotes-v2.patch new file mode 100644 index 000000000000..aa514c2ceca3 --- /dev/null +++ b/sys-apps/man/files/man-1.5l-wrong-quotes-v2.patch @@ -0,0 +1,11 @@ +--- man-1.5k/src/Makefile.in.orig 2002-12-26 06:43:39.000000000 +0200 ++++ man-1.5k/src/Makefile.in 2002-12-26 06:48:18.000000000 +0200 +@@ -16,7 +16,7 @@ + + pager = @pager@ + +-GS = -DGREPSILENT=\'@grepsilent@\' ++GS = -DGREPSILENT=0x71 + DEFS = @DEFS@ $(GS) + CWARN = -Wall -Wstrict-prototypes -Wmissing-prototypes + CWARNNP = -Wall |