$NetBSD: patch-aa,v 1.13 2009/07/09 18:23:26 drochner Exp $

--- plugins/taglist/Makefile.in.orig	2009-07-02 20:02:16.000000000 +0200
+++ plugins/taglist/Makefile.in
@@ -141,6 +141,7 @@ GMSGFMT = @GMSGFMT@
 GREP = @GREP@
 GTKDOC_CHECK = @GTKDOC_CHECK@
 GZIP = @GZIP@
+GZIP_ENV = --best
 HELP_DIR = @HELP_DIR@
 HTML_DIR = @HTML_DIR@
 INSTALL = @INSTALL@
@@ -641,7 +642,7 @@ uninstall-am: uninstall-pluginDATA unins
 
 %.tags.gz: %.tags.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
 	LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache
-	$(GZIP) --best -f $(@:.gz=)
+	env GZIP=$(GZIP_ENV) $(GZIP) -f $(@:.gz=)
 
 -include $(top_srcdir)/git.mk
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
