diff options
Diffstat (limited to 'x11-terms/terminator/files/0.90-without-icon-cache.patch')
-rw-r--r-- | x11-terms/terminator/files/0.90-without-icon-cache.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-terms/terminator/files/0.90-without-icon-cache.patch b/x11-terms/terminator/files/0.90-without-icon-cache.patch new file mode 100644 index 000000000000..c7862def3eaa --- /dev/null +++ b/x11-terms/terminator/files/0.90-without-icon-cache.patch @@ -0,0 +1,11 @@ +--- setup.py.orig 2009-08-12 22:22:53.000000000 -0400 ++++ setup.py 2009-08-12 22:22:57.000000000 -0400 +@@ -25,7 +25,7 @@ + + def __init__ (self, *args): + self.without_gettext = False +- self.without_icon_cache = False ++ self.without_icon_cache = True + Distribution.__init__(self, *args) + + |