diff --git a/mac/Imaging-Freetype2.patch b/mac/Imaging-Freetype2.patch new file mode 100644 index 000000000..564253f2a --- /dev/null +++ b/mac/Imaging-Freetype2.patch @@ -0,0 +1,27 @@ +*** a/_imagingft.c Sat Oct 31 17:44:12 2009 +--- b/_imagingft.c Thu May 22 12:30:02 2014 +*************** +*** 70,76 **** +--- 70,80 ---- + const char* message; + } ft_errors[] = + ++ #if defined(USE_FREETYPE_2_1) ++ #include ++ #else + #include ++ #endif + + /* -------------------------------------------------------------------- */ + /* font objects */ +--- a/setup.py Sun Nov 15 08:06:10 2009 ++++ b/setup.py Fri May 23 11:26:20 2014 +@@ -348,7 +348,7 @@ + dir = os.path.join(root, "Tk.framework", "Headers") + add_directory(self.compiler.include_dirs, dir, 1) + break +- if frameworks: ++ if False: + exts.append(Extension( + "_imagingtk", ["_imagingtk.c", "Tk/tkImaging.c"], + extra_compile_args=frameworks, extra_link_args=frameworks diff --git a/mac/gramps.modules b/mac/gramps.modules index 2079dd0ab..ce31a41ec 100644 --- a/mac/gramps.modules +++ b/mac/gramps.modules @@ -161,7 +161,9 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle - + + +