diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-07-09 06:32:39 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-07-09 07:01:25 -0500 |
commit | 3efeb27a83c8d90f1e951f673bae438a8508a0e3 (patch) | |
tree | 2b8150594f474e17ccc6f01f448ac88c621e11d8 /sdext | |
parent | ab8b183e2662b3bc76dbcd354c776ff093aef3c0 (diff) |
poppler: make it build on Mac.
Change-Id: Ie74632a6bd5d43a094fa5ea696c099bb537a7e6e
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Executable_xpdfimport.mk | 2 |
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 \ )) |