summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-01 13:24:13 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-01 13:24:13 +0000
commitd1259af59bf74d7a2f05b8a456c9231a34e7fa30 (patch)
tree272ca9f2b245c7e71b88c2b0dcfee69c73bb5d30 /psprint
parent50207a8f3790479b9ca1cbec89f899231d6040be (diff)
INTEGRATION: CWS rmfreetype (1.10.16); FILE MERGED
2008/07/28 11:01:14 obr 1.10.16.1: #i52025#,#i52026# system freetype no longer optional
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontmanager/makefile.mk b/psprint/source/fontmanager/makefile.mk
index 106495b46be5..27b1cdad8e7d 100644
--- a/psprint/source/fontmanager/makefile.mk
+++ b/psprint/source/fontmanager/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
# This file is part of OpenOffice.org.
#
@@ -45,9 +45,9 @@ INCDEPN+= -I..$/fontsubset
.IF "$(ENABLE_FONTCONFIG)" != ""
CDEFS += -DENABLE_FONTCONFIG
.ENDIF
-.IF "$(SYSTEM_FREETYPE)"=="YES"
+
CFLAGS+=$(FREETYPE_CFLAGS)
-.ENDIF # "$(SYSTEM_FREETYPE)"=="YES"
+
# --- Files --------------------------------------------------------