summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/sawfish/patches/patch-themes_Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/sawfish/patches/patch-themes_Makefile.in b/wm/sawfish/patches/patch-themes_Makefile.in
new file mode 100644
index 00000000000..67c52d02a28
--- /dev/null
+++ b/wm/sawfish/patches/patch-themes_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-themes_Makefile.in,v 1.1 2014/01/03 05:07:07 ryoon Exp $
+
+* StyleTab.tar.gz is compressed by gzip
+
+--- themes/Makefile.in.orig 2013-09-25 18:50:08.000000000 +0000
++++ themes/Makefile.in
+@@ -55,7 +55,7 @@ install : all installdirs
+ done
+ @# Don't use tar for StyleTab. It's not compression, but tar
+ @# itself slows in librep.
+- cd $(DESTDIR)$(themedir) && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz
++ cd $(DESTDIR)$(themedir) && tar zxf StyleTab.tar.gz && rm StyleTab.tar.gz
+
+ installdirs : $(top_srcdir)/mkinstalldirs
+ $(SHELL) $< $(DESTDIR)$(themedir)