changeset 3580:803c53ca0d21

Bump version for cygwin.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 21 Jun 2007 14:46:56 +0200
parents d05479edb91d
children 645603f5d07e
files gub/specs/freetype-config.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/freetype-config.py	Thu Jun 21 14:46:47 2007 +0200
+++ b/gub/specs/freetype-config.py	Thu Jun 21 14:46:56 2007 +0200
@@ -29,3 +29,9 @@
         file = self.expand ('%(install_prefix)s/cross/bin/freetype-config')
         self.dump (s, file)
         os.chmod (file, 0755)
+
+class Freetype_config__cygwin (Freetype_config):
+    def __init__ (self, settings):
+        Freetype_config.__init__ (self, settings)
+        self.with_template (version='2.3.4')
+