]> granicus.if.org Git - graphviz/commitdiff
FcDebugVal undefined crash, conf dir and cache dir should be set to Mac OS X default...
authorglenlow <devnull@localhost>
Thu, 19 Feb 2009 15:24:46 +0000 (15:24 +0000)
committerglenlow <devnull@localhost>
Thu, 19 Feb 2009 15:24:46 +0000 (15:24 +0000)
macosx/prebuild/fontconfig.patch

index c39e9bbbeeb4a5e22c440757bd4351cafa13ac79..8ce07dfe97c3bec419762c0a06938b2a127e5dcb 100644 (file)
@@ -1,3 +1,4 @@
+diff -ru fontconfig-2.6.0/fc-arch/fc-arch.c fontconfig-2.6.0.patched/fc-arch/fc-arch.c
 --- fontconfig-2.6.0/fc-arch/fc-arch.c 2006-09-04 06:37:14.000000000 +0800
 +++ fontconfig-2.6.0.patched/fc-arch/fc-arch.c 2009-02-19 10:48:05.000000000 +0900
 @@ -92,6 +92,20 @@
        arch = NULL;
        /*
         * Search for signature
+diff -ru fontconfig-2.6.0/src/fcdbg.c fontconfig-2.6.0.patched/src/fcdbg.c
+--- fontconfig-2.6.0/src/fcdbg.c       2006-09-05 16:56:47.000000000 +0800
++++ fontconfig-2.6.0.patched/src/fcdbg.c       2009-02-19 21:35:23.000000000 +0900
+@@ -396,7 +396,7 @@
+     }
+ }
+-int FcDebugVal;
++int FcDebugVal = 0;
+ void
+ FcInitDebug (void)