summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-03-12 09:15:29 +0000
committerCaolán McNamara <cmc@openoffice.org>2010-03-12 09:15:29 +0000
commit03abcba9c53630795987c7a1545de6376c36849d (patch)
treee4f078420d85f3882e270fa9a2818cff977a9fb6 /vcl/util
parentdc354f51b456f9415765d4c40338cd96697a2709 (diff)
cmcfixes73: #i110068# unify headers in one place
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile2.pmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/util/makefile2.pmk b/vcl/util/makefile2.pmk
index 56102a256ea3..df9ba1a214d7 100644
--- a/vcl/util/makefile2.pmk
+++ b/vcl/util/makefile2.pmk
@@ -36,6 +36,6 @@ CFLAGSCXX+=$(OBJCXXFLAGS)
#building with stlport, but graphite was not built with stlport
.IF "$(USE_SYSTEM_STL)"!="YES"
.IF "$(SYSTEM_GRAPHITE)"=="YES"
-CDEFS += -DGRAPHITEADAPTSTL
+CDEFS += -DADAPT_EXT_STL
.ENDIF
.ENDIF