Revision: 5820 Author: pebender Date: Wed Nov 11 14:22:19 2009 Log: - Modified the configure arguments in lib/fontconfig's Makefile so that its configure script will not look for fonts elsewhere as this will cause it to look for font paths on the local system.
http://code.google.com/p/minimyth/source/detail?r=5820 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/lib/fontconfig/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Nov 11 13:40:02 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Nov 11 14:22:19 2009 @@ -25,3 +25,8 @@ MythTV 0.22. MythTV changed from returning 'MainMenu' to returning 'mainmenu' when the location is queryed through the network control interface. + +Fixed build system + - Modified the configure arguments in lib/fontconfig's Makefile so that its + configure script will not look for fonts elsewhere as this will cause it + to look for font paths on the local system. ======================================= --- /trunk/gar-minimyth/script/lib/fontconfig/Makefile Thu Sep 17 20:02:23 2009 +++ /trunk/gar-minimyth/script/lib/fontconfig/Makefile Wed Nov 11 14:22:19 2009 @@ -25,7 +25,8 @@ --with-gnu-ld \ --with-arch=$(GARCH) \ --with-expat-includes=$(DESTDIR)$(includedir) \ - --with-expat-lib=$(DESTDIR)$(libdir) + --with-expat-lib=$(DESTDIR)$(libdir) \ + --with-add-fonts=no DEFAULT_ENV = \ CPP_FOR_BUILD="$(build_CPP)" \ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
