1
0
Fork 0
postfix/debian/patches/50_LANG.diff
Daniel Baumann f482db309e
Adding debian version 3.10.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:19:33 +02:00

13 lines
568 B
Diff

From: LaMont Jones <lamont@debian.org>
Subject: Set LANG=C for HTML documentation build
Forwarded: not-needed
diff --git a/html/Makefile.in b/html/Makefile.in
index af931119e..a21696f98 100644
--- a/html/Makefile.in
+++ b/html/Makefile.in
@@ -27,3 +27,3 @@ OTHER = postfix-manuals.html
AWK = awk '{ print; if (NR == 2) print ".pl 99999\n.ll 78" }'
-MAN2HTML = man2html -t "Postfix manual - `IFS=.; set \`echo $@\`; echo \"$$1($$2)\"`"
+MAN2HTML = LANG=C man2html -t "Postfix manual - `IFS=.; set \`echo $@\`; echo \"$$1($$2)\"`"
NROFF = LANG=C GROFF_NO_SGR=1 nroff