summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/groff/mdate-determinism.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/groff/mdate-determinism.patch')
-rw-r--r--pkgs/tools/text/groff/mdate-determinism.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/tools/text/groff/mdate-determinism.patch b/pkgs/tools/text/groff/mdate-determinism.patch
new file mode 100644
index 000000000000..1253d1133940
--- /dev/null
+++ b/pkgs/tools/text/groff/mdate-determinism.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.comm b/Makefile.comm
+index 75efc22..b757000 100644
+--- a/Makefile.comm
++++ b/Makefile.comm
+@@ -155,7 +155,7 @@ extraclean: distclean
+ -e "s|@MAN1EXT@|$(man1ext)|g" \
+ -e "s|@MAN5EXT@|$(man5ext)|g" \
+ -e "s|@MAN7EXT@|$(man7ext)|g" \
+- -e "s|@MDATE@|`$(SHELL) $(top_srcdir)/mdate.sh $<`|g" \
++ -e "s|@MDATE@|`date +'%-d %B %Y' -r $(top_srcdir)/ChangeLog`|g" \
+ -e "s|@OLDFONTDIR@|$(oldfontdir)|g" \
+ -e "s|@PDFDOCDIR@|$(pdfdocdir)|g" \
+ -e "s|@SYSTEMMACRODIR@|$(systemtmacdir)|g" \