freebsd-ports/mail/fetchmail/files/patch-am
Steve Price 25b4e65112 Enable internationalization support.
PR:		18840
Submitted by:	R\xe9mi Guyomarch <rguyom@321.net>
No complaints from:	maintainer
2000-05-29 02:39:21 +00:00

11 lines
349 B
Text

--- 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