summaryrefslogtreecommitdiff
path: root/editors/gedit/patches/patch-aa
blob: 488b6dc76210b1c43df11062b0ce6997ec9b6f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.10 2009/04/17 18:40:42 drochner Exp $

--- plugins/taglist/Makefile.in.orig	2009-04-13 17:52:06.000000000 +0200
+++ 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=)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: