summaryrefslogtreecommitdiff
path: root/sdext/Executable_xpdfimport.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-07-09 06:32:39 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-07-09 07:01:25 -0500
commit3efeb27a83c8d90f1e951f673bae438a8508a0e3 (patch)
tree2b8150594f474e17ccc6f01f448ac88c621e11d8 /sdext/Executable_xpdfimport.mk
parentab8b183e2662b3bc76dbcd354c776ff093aef3c0 (diff)
poppler: make it build on Mac.
Change-Id: Ie74632a6bd5d43a094fa5ea696c099bb537a7e6e
Diffstat (limited to 'sdext/Executable_xpdfimport.mk')
-rw-r--r--sdext/Executable_xpdfimport.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk
index 9161f1cd6612..6589f7852e3d 100644
--- a/sdext/Executable_xpdfimport.mk
+++ b/sdext/Executable_xpdfimport.mk
@@ -12,7 +12,7 @@ $(eval $(call gb_Executable_Executable,xpdfimport))
$(eval $(call gb_Executable_use_externals,xpdfimport,\
boost_headers \
poppler \
- $(if $(filter-out WNT,$(OS)),fontconfig) \
+ $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \
zlib \
))