[Libreoffice-commits] .: more_fonts/fonts

Petr Mladek pmladek at kemper.freedesktop.org
Thu Apr 7 02:31:30 PDT 2011


 more_fonts/fonts/ttf_amt/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b3d70824cc0fccb4f5fd3e39cd5e00db24a5b22f
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Apr 7 11:31:08 2011 +0200

    build Agfa fonts only when enabled

diff --git a/more_fonts/fonts/ttf_amt/makefile.mk b/more_fonts/fonts/ttf_amt/makefile.mk
index 3754213..6e54dc7 100644
--- a/more_fonts/fonts/ttf_amt/makefile.mk
+++ b/more_fonts/fonts/ttf_amt/makefile.mk
@@ -54,6 +54,6 @@ BUILD_FLAGS=
 .INCLUDE : set_ext.mk
 .INCLUDE : target.mk
 
-.IF "$(WITH_AGFA_MONOTYPE_FONTS)"!="NO"
+.IF "$(WITH_AGFA_MONOTYPE_FONTS)" == "YES"
 .INCLUDE : tg_ext.mk
 .ENDIF


More information about the Libreoffice-commits mailing list