ports/print/pdflib/files/patch-bind_pdflib_perl_Makefile
Alex Dupre 62bd55efaf Fix build when JAVA is enabled.
PR:		243611
Submitted by:	Tommy P <tommyhp2@gmail.com>
2020-01-27 07:29:20 +00:00

10 lines
349 B
Text

--- bind/pdflib/perl/Makefile.orig 2012-06-06 11:59:04 UTC
+++ bind/pdflib/perl/Makefile
@@ -55,6 +55,7 @@ pdfcheck:
../../../progs/pdi/pdfcheck -i ../java/starter.ref -o -
install:: $(LIBNAME)
+ $(MKDIR) -p $(LANG_LIBDIR)
$(LIBTOOL) --mode=install \
$(INSTALL_DATA) $(LIBNAME) $(LANG_LIBDIR)
$(INSTALL_DATA) pdflib_pl.pm $(LANG_LIBDIR)