patch-sdext_Executable_pdf2xml_mk 450 B

1234567891011121314
  1. $OpenBSD: patch-sdext_Executable_pdf2xml_mk,v 1.2 2016/09/04 12:02:49 robert Exp $
  2. --- sdext/Executable_pdf2xml.mk.orig.port Fri Jul 29 00:11:19 2016
  3. +++ sdext/Executable_pdf2xml.mk Sat Sep 3 16:55:20 2016
  4. @@ -39,4 +39,9 @@ $(eval $(call gb_Executable_add_exception_objects,pdf2
  5. sdext/source/pdfimport/test/pdf2xml \
  6. ))
  7. +$(eval $(call gb_Executable_add_libs,pdf2xml,\
  8. + -lharfbuzz \
  9. + -lharfbuzz-icu \
  10. +))
  11. +
  12. # vim:set noet sw=4 ts=4: