From 25b4e6511279b4dd71f3c5172c21a3b9dae841d4 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 29 May 2000 02:39:21 +0000 Subject: Enable internationalization support. PR: 18840 Submitted by: R\xe9mi Guyomarch No complaints from: maintainer --- mail/fetchmail/files/patch-am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/fetchmail/files/patch-am (limited to 'mail/fetchmail/files/patch-am') diff --git a/mail/fetchmail/files/patch-am b/mail/fetchmail/files/patch-am new file mode 100644 index 000000000000..8ee5f0d463b3 --- /dev/null +++ b/mail/fetchmail/files/patch-am @@ -0,0 +1,11 @@ +--- configure~ Sat May 27 12:41:32 2000 ++++ configure Sat May 27 12:45:12 2000 +@@ -5010,7 +5010,7 @@ + if test "$USE_NLS" = "yes" + then + echo 'Enabling internationalization support...' +- POMAKE='$(MAKE) -C po' ++ POMAKE='cd po ; $(MAKE)' + if test "x$prefix" != xNONE; then + EXTRADEFS="$EXTRADEFS -DLOCALEDIR='\"$prefix/share/locale\"'" + else -- cgit v1.2.3