summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-10-01 06:50:50 +0000
committerOliver Bolte <obo@openoffice.org>2007-10-01 06:50:50 +0000
commit3f1d01edc16abc39dd6e4b6fc666f897a722c1a3 (patch)
tree6ba3957be860ee53c683fa08017392904863b72d /psprint
parent01ede7aaf9dbf9895a886beeff55750cdea89203 (diff)
#i82084# fix build for system freetype
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/psprint/source/fontmanager/makefile.mk b/psprint/source/fontmanager/makefile.mk
index e10ef8ee9c9d..8d1629a8db94 100644
--- a/psprint/source/fontmanager/makefile.mk
+++ b/psprint/source/fontmanager/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hr $ $Date: 2007-06-27 13:51:41 $
+# last change: $Author: obo $ $Date: 2007-10-01 07:50:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,6 +48,9 @@ CFLAGS+= -I..$/fontsubset
.IF "$(ENABLE_FONTCONFIG)" != ""
CDEFS += -DENABLE_FONTCONFIG
.ENDIF
+.IF "$(SYSTEM_FREETYPE)"=="YES"
+CFLAGS+=$(FREETYPE_CFLAGS)
+.ENDIF # "$(SYSTEM_FREETYPE)"=="YES"
# --- Files --------------------------------------------------------