summaryrefslogtreecommitdiff
path: root/sdext/Library_pdfimport.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-21 08:57:47 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-06 10:27:25 +0100
commit135c9df6f0c5e5f9456188a4c2347d848cdc9b0d (patch)
tree073899e1508d63f3734f6d551df2d0ec37320f84 /sdext/Library_pdfimport.mk
parent548b61a2a022adb7ebf818410c088328b598a021 (diff)
fix platform ID
Diffstat (limited to 'sdext/Library_pdfimport.mk')
-rw-r--r--sdext/Library_pdfimport.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index 9f4528a9cf04..f59d9882ec4f 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -32,10 +32,11 @@ $(eval $(call gb_Library_add_api,pdfimport,\
udkapi \
))
-# FIXME: set PLATFORMID correctly
+include $(OUTDIR)/inc/rtlbootstrap.mk
+
$(eval $(call gb_Library_add_defs,pdfimport,\
-DBOOST_SPIRIT_USE_OLD_NAMESPACE \
- -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(PLATFORMID)\" \
+ -DPDFI_IMPL_IDENTIFIER=\"com.sun.star.PDFImport-$(RTL_OS)-$(RTL_ARCH)\" \
))
$(eval $(call gb_Library_add_package_headers,pdfimport,\