From a2a22b9555faa0ecc1ed4a401ca132b6f094ecc4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Jun 2024 07:26:04 +0200 Subject: Merging debian version 2.9.2-1. Signed-off-by: Daniel Baumann --- debian/patches/40_out-of-tree-build.diff | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/patches/40_out-of-tree-build.diff (limited to 'debian/patches/40_out-of-tree-build.diff') diff --git a/debian/patches/40_out-of-tree-build.diff b/debian/patches/40_out-of-tree-build.diff new file mode 100644 index 0000000..ac7e581 --- /dev/null +++ b/debian/patches/40_out-of-tree-build.diff @@ -0,0 +1,17 @@ +Description: Fix FTBFS with out-of-tree builds. +Author: Andreas Metzler +Origin: vendor +Forwarded: no +Last-Update: 2024-04-21 + +--- lynx-2.9.1.orig/po/makefile.inn ++++ lynx-2.9.1/po/makefile.inn +@@ -118,7 +118,7 @@ all-yes: $(SOURCES) $(CATALOGS) + all-no: + + en.po : +- msginit --no-translator -l en -i $(PACKAGE).pot ++ msginit --no-translator -l en -i $(srcdir)/$(PACKAGE).pot + # cygwin's msginit 1.19.3 creates "en_US.po" rather than "en.po"... + @$(SHELL) -c 'for n in en*.po; \ + do \ -- cgit v1.2.3