diff options
Diffstat (limited to 'meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch')
| -rw-r--r-- | meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch b/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch deleted file mode 100644 index 6dc84c9062..0000000000 --- a/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From aa1f37f1e0ff0dc0eeb199b52959e0deb275721e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jeremy Puhlman <jpuhlman@mvista.com> | ||
| 3 | Date: Sat, 7 Mar 2020 00:59:13 +0000 | ||
| 4 | Subject: [PATCH] Make manpages mulitlib identical | ||
| 5 | |||
| 6 | Upstream-Status: Submitted [by email to g.branden.robinson@gmail.com] | ||
| 7 | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> | ||
| 8 | |||
| 9 | --- | ||
| 10 | Makefile.am | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/Makefile.am b/Makefile.am | ||
| 14 | index f7ab410..7e1f3fb 100644 | ||
| 15 | --- a/Makefile.am | ||
| 16 | +++ b/Makefile.am | ||
| 17 | @@ -891,7 +891,7 @@ SUFFIXES += .man | ||
| 18 | -e "s|[@]PAGE[@]|\\\\%$(PAGE)|g" \ | ||
| 19 | -e "s|[@]PDFDOCDIR[@]|`echo $(pdfdocdir) | sed -f $(makevarescape)`|g" \ | ||
| 20 | -e "s|[@]PSPRINT[@]|`echo $(PSPRINT) | sed -f $(makevarescape)`|g" \ | ||
| 21 | - -e "s|[@]SYSTEMMACRODIR[@]|`echo $(systemtmacdir) | sed -f $(makevarescape)`|g" \ | ||
| 22 | + -e "s|[@]SYSTEMMACRODIR[@]|`echo $(systemtmacdir) | sed -e 's,$(libdir),$(prefix)/lib*,' | sed -f $(makevarescape)`|g" \ | ||
| 23 | -e "s|[@]TMAC_AN_PREFIX[@]|\\\\%$(tmac_an_prefix)|g" \ | ||
| 24 | -e "s|[@]TMAC_M_PREFIX[@]|\\\\%$(tmac_m_prefix)|g" \ | ||
| 25 | -e "s|[@]TMAC_MDIR[@]|`echo $(tmacdir) | sed -f $(makevarescape)`/mm|g" \ | ||
