0001-Fix-builds-with-recent-gettext.patch 819 B

123456789101112131415161718192021222324
  1. From 771cd2a12db8b8c9a558f1a04958df8ed614f2e0 Mon Sep 17 00:00:00 2001
  2. From: Alexander Kanavin <alex.kanavin@gmail.com>
  3. Date: Fri, 20 Dec 2019 14:06:50 +0100
  4. Subject: [PATCH] Fix builds with recent gettext
  5. Upstream-Status: Pending
  6. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  7. ---
  8. Makefile.am | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/Makefile.am b/Makefile.am
  11. index dedabd6..8833ac9 100644
  12. --- a/Makefile.am
  13. +++ b/Makefile.am
  14. @@ -22,7 +22,7 @@
  15. # along with Enscript. If not, see <http://www.gnu.org/licenses/>.
  16. #
  17. -SUBDIRS = intl compat afm afmlib lib scripts src po states docs w32
  18. +SUBDIRS = compat afm afmlib lib scripts src po states docs w32
  19. EXTRA_DIST = README.ESCAPES README.DOS ascii.txt \
  20. asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt \