From 02100bc07f92823d94298cf62eb7b82b40832ef9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Sep 2018 02:06:06 +0100 Subject: sys-apps/man : import from arbor, adjust to -Wp,-D_FORTIFY_SOURCE=2 --- ...man-1.6g-fix-install-location-of-man2html.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch (limited to 'packages/sys-apps/man/files/man-1.6g-fix-install-location-of-man2html.patch') 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 + -- cgit v1.2.3