]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/dont_rebuild_po_files.diff
debian/update-autotools.sh:
[software/mutt-debian.git] / debian / patches / debian-specific / dont_rebuild_po_files.diff
1 --- mutt-1.5.11.orig/po/Makefile.in.in
2 +++ mutt-1.5.11/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         $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
10           --add-comments --keyword=_ --keyword=N_ \
11           --files-from=$(srcdir)/POTFILES.in \