summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 13:10:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 13:10:39 +0000
commitfca1936a9b4b3e2b96698bb4bedd889b275102b1 (patch)
tree3b6c358fe1cf1023e5877ba517bb382d32656aa1 /vcl/util
parent2b446607f5d72760ba8f6ff88aa15c1ea193654d (diff)
INTEGRATION: CWS aquavcl02 (1.17.630); FILE MERGED
2007/07/13 07:01:12 hdu 1.17.630.1: #i79567# the Aqua port uses the native font subsystem
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk
index fe65ebb86cbd..bbf6360bde59 100644
--- a/vcl/util/makefile.pmk
+++ b/vcl/util/makefile.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 13:53:30 $
+# last change: $Author: hr $ $Date: 2007-08-03 14:10:39 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,7 @@
#*************************************************************************
PDBTARGET=vcl
-.IF "$(GUI)" == "UNX"
+.IF "$(GUI)" == "UNX" && "$(GUIBASE)"!="aqua"
USE_BUILTIN_RASTERIZER=true
.ENDIF