summaryrefslogtreecommitdiff
path: root/games/gnome-games/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnome-games/patches/patch-ac')
-rw-r--r--games/gnome-games/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/gnome-games/patches/patch-ac b/games/gnome-games/patches/patch-ac
deleted file mode 100644
index 9363500fd05..00000000000
--- a/games/gnome-games/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2010/11/28 13:10:18 drochner Exp $
-
---- glchess/src/lib/scene/cairo/__init__.py.orig 2010-09-27 22:37:29.000000000 +0000
-+++ glchess/src/lib/scene/cairo/__init__.py
-@@ -72,7 +72,7 @@ class ChessPiece(glchess.scene.ChessPiec
- self.path = os.path.join(glchess.defaults.BASE_DIR, 'pieces', style, self.name + '.svg')
- try:
- self.svg = rsvg.Handle(file = self.path)
-- except Exception as e:
-+ except Exception, e:
- raise Exception('Error reading %s: %s' % (self.path, e))
-
- def move(self, coord, delete, animate = True):