summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-25 11:44:22 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-06 10:32:05 +0100
commit5e5d02fbbe16ad4ebda67cac693ceae67c64e5d4 (patch)
tree01c9f3f1e015f5b156172305679a301e8f21b91f /sdext
parent09d3721aa82b8407f76cfb4415401f02ba7c6ed1 (diff)
fix platform ID
Diffstat (limited to 'sdext')
-rw-r--r--sdext/Library_pdfimport.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index f59d9882ec4f..e04c2ebc9dde 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -32,11 +32,11 @@ $(eval $(call gb_Library_add_api,pdfimport,\
udkapi \
))
-include $(OUTDIR)/inc/rtlbootstrap.mk
+include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk
$(eval $(call gb_Library_add_defs,pdfimport,\
-DBOOST_SPIRIT_USE_OLD_NAMESPACE \
- -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(RTL_OS)-$(RTL_ARCH)\" \
+ -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(sdext_PLATFORM)\" \
))
$(eval $(call gb_Library_add_package_headers,pdfimport,\