Created
March 3, 2013 20:30
-
-
Save rubenfonseca/5078149 to your computer and use it in GitHub Desktop.
Fix for compiling fontforge in Mountain Lion 10.8.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/fontforge/startui.c b/fontforge/startui.c | |
index 6eb9a62..62f4155 100644 | |
--- a/fontforge/startui.c | |
+++ b/fontforge/startui.c | |
@@ -50,6 +50,7 @@ | |
# include </Developer/Headers/FlatCarbon/Files.h> | |
# define FontInfo MacFontInfo | |
# define KernPair MacKernPair | |
+# define AnchorPoint MacAnchorPoint | |
# include </Developer/Headers/FlatCarbon/CarbonEvents.h> | |
/* For reasons obscure to me RunApplicationEventLoop is not defined in */ | |
/* the mac header files if we are in 64 bit mode. Strangely it seems to */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment