1
0
Fork 0
lynx/debian/patches/40_out-of-tree-build.diff
Daniel Baumann 2771558a64
Adding debian version 2.9.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:10:35 +02:00

17 lines
509 B
Diff

Description: Fix FTBFS with out-of-tree builds.
Author: Andreas Metzler <ametzler@debian.org>
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 \