freebsd-ports/mail/wanderlust/files/patch-Makefile
MANTANI Nobutaka fba0658372 Fix build error with emacs23.
Submitted by:	bsam
2010-01-27 16:31:10 +00:00

11 lines
366 B
Text

--- Makefile.orig 2009-12-28 01:20:59.000000000 +0900
+++ Makefile 2009-12-28 01:22:55.000000000 +0900
@@ -91,7 +91,7 @@
$(PACKAGEDIR) $(PIXMAPDIR)
info:
- $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR)
+ LANG=ja $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR)
install-info:
$(EMACS) $(FLAGS) -l WL-MK -f install-wl-info $(INFODIR)