summaryrefslogtreecommitdiff
path: root/editors/gedit/patches/patch-aa
blob: 753f65f89800027ceaee4c486364da2729650f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.12 2009/05/26 20:39:13 wiz Exp $

http://bugzilla.gnome.org/show_bug.cgi?id=583940

--- plugins/taglist/Makefile.in.orig	2009-05-16 19:45:09.000000000 +0000
+++ plugins/taglist/Makefile.in
@@ -143,6 +143,7 @@ GTKDOC_CHECK = @GTKDOC_CHECK@
 GTKDOC_MKPDF = @GTKDOC_MKPDF@
 GTKDOC_REBASE = @GTKDOC_REBASE@
 GZIP = @GZIP@
+GZIP_ENV = --best
 HELP_DIR = @HELP_DIR@
 HTML_DIR = @HTML_DIR@
 INSTALL = @INSTALL@
@@ -662,7 +663,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.