summaryrefslogtreecommitdiff
path: root/vcl/util/makefile2.pmk
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-05-21 10:11:51 +0200
committerDaniel Rentz <dr@openoffice.org>2010-05-21 10:11:51 +0200
commitfb8617e2f546078eab1ef132134d96bc768d63f7 (patch)
treea8d2427b8a493f678f1bd36aa9a9b608f7187f48 /vcl/util/makefile2.pmk
parent63c03e7f1bb7349cd4168ed30a0535f7c928207f (diff)
parent51066323fd14918f65ea7ba66e14b9c7604eb978 (diff)
npower13_objectmodules: rebase and merge with DEV300_m78
Diffstat (limited to 'vcl/util/makefile2.pmk')
-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