diff options
author | 2003-04-27 23:15:25 +0000 | |
---|---|---|
committer | 2003-04-27 23:15:25 +0000 | |
commit | 7c227eeedb254593ea234cd0b115b4cf2f3ba427 (patch) | |
tree | 02f1a9c15237506b0e5b2f1cac3e3a24ef0cd394 /sys-apps | |
parent | fix bug #19039 (diff) | |
download | historical-7c227eeedb254593ea234cd0b115b4cf2f3ba427.tar.gz historical-7c227eeedb254593ea234cd0b115b4cf2f3ba427.tar.bz2 historical-7c227eeedb254593ea234cd0b115b4cf2f3ba427.zip |
fix bug #19039
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/man/files/man-1.5l-wrong-quotes.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/man/Manifest b/sys-apps/man/Manifest index a4712446fecd..2d78d6b97327 100644 --- a/sys-apps/man/Manifest +++ b/sys-apps/man/Manifest @@ -1,4 +1,4 @@ -MD5 30a5c5acf004bbd9d54aefb41196b34a ChangeLog 4439 +MD5 5f0c7dfdb56ab514b34db1f4199753b4 ChangeLog 4439 MD5 3d04d5c091ec8b1358696ed898e3f6ee man-1.5i-r3.ebuild 1725 MD5 091d6b4d81d001f815f18f86ed7f2cde man-1.5k-r1.ebuild 2566 MD5 327ce9fe5ee237e00f36eadd550b0566 man-1.5l-r2.ebuild 2310 diff --git a/sys-apps/man/files/man-1.5l-wrong-quotes.patch b/sys-apps/man/files/man-1.5l-wrong-quotes.patch index aa18805549e5..2ec1c66a68b8 100644 --- a/sys-apps/man/files/man-1.5l-wrong-quotes.patch +++ b/sys-apps/man/files/man-1.5l-wrong-quotes.patch @@ -5,7 +5,7 @@ pager = @pager@ -GS = -DGREPSILENT=\'@grepsilent@\' -+GS = -DGREPSILENT="'@grepsilent@'" ++GS = -DGREPSILENT=$(shell echo "@grepsilent@" | hexdump -d -n 1 | gawk '{ printf("0x%x", $$2); exit 0 }') DEFS = @DEFS@ $(GS) CWARN = -Wall -Wstrict-prototypes -Wmissing-prototypes CWARNNP = -Wall |