summaryrefslogtreecommitdiff
path: root/packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-11 02:06:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-11 02:06:06 +0100
commit02100bc07f92823d94298cf62eb7b82b40832ef9 (patch)
tree5d3cb69ca80df1385636fa1b0a2330db8bc2a0d5 /packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch
parent7f98539e12072767a61ea9bf5951b66405635689 (diff)
sys-apps/man : import from arbor, adjust to -Wp,-D_FORTIFY_SOURCE=2
Diffstat (limited to 'packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch')
-rw-r--r--packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch b/packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch
new file mode 100644
index 0000000..0f0b6c5
--- /dev/null
+++ b/packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch
@@ -0,0 +1,24 @@
+Source: Michael Forney
+Reason: Fix installation directory of man2html for multiarch
+Upstream: Emailed patch to maintainer, will be included in 1.6h
+
+---
+ man2html/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/man2html/Makefile.in b/man2html/Makefile.in
+index b41eaba..7096dee 100644
+--- a/man2html/Makefile.in
++++ b/man2html/Makefile.in
+@@ -2,7 +2,7 @@ CC = @CC@
+ CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes
+ OBJECTS = man2html.o cgibase.o abbrev.o strdefs.o
+ EXEEXT = @EXEEXT@
+-bindir = $(DESTDIR)$(PREFIX)/usr/bin
++bindir = $(DESTDIR)$(PREFIX)@bindir@
+ mandir = $(DESTDIR)$(PREFIX)@mandir@
+ vardir = $(DESTDIR)$(PREFIX)/var
+ httpdir = $(DESTDIR)$(PREFIX)/home/httpd
+--
+1.8.4
+