]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/dont_rebuild_po_files.diff
Note bugs fixed currently upstream.
[software/mutt-debian.git] / debian / patches / debian-specific / dont_rebuild_po_files.diff
1 --- po/Makefile.in.in.orig
2 +++ po/Makefile.in.in
3 @@ -85,7 +85,7 @@
4  # otherwise packages like GCC can not be built if only parts of the source
5  # have been downloaded.
6  
7 -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
8 +$(srcdir)/$(PACKAGE).pot: #$(POTFILES) $(srcdir)/POTFILES.in
9         rm -f $@
10         $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
11           --add-comments --keyword=_ --keyword=N_ \