tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

print/pdflib-lite language bindings



I found that print/pdflib-lite failed to build on my Mac OS X system
because it tried to build Java bindings.

The following patch seems to cure the problem, but it may be more useful
to actually enable the variuos languge bindings based on build options.
However, my bl3-foo is severely limited.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/pdflib-lite/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    8 Feb 2011 11:25:58 -0000       1.5
+++ Makefile    4 Jun 2012 16:07:43 -0000
@@ -16,6 +16,10 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-java=no
+CONFIGURE_ARGS+=       --with-perl=no
+CONFIGURE_ARGS+=       --with-py=no
+CONFIGURE_ARGS+=       --with-ruby=no
 CONFIGURE_ARGS+=       --with-tcl=no
 
 DOCDIR=                ${PREFIX}/share/doc/pdflib


Home | Main Index | Thread Index | Old Index