]> git.pld-linux.org Git - packages/pdflib-lite.git/blob - pdflib-lite-tcl.patch
- new, last release of pdflib-lite (7.0.5p3)
[packages/pdflib-lite.git] / pdflib-lite-tcl.patch
1 Force to build against Tcl 8.6 despite using deprecated API.
2
3 --- PDFlib-Lite-7.0.5p3/bind/pdflib/tcl/Makefile.orig   2012-06-06 13:59:04.000000000 +0200
4 +++ PDFlib-Lite-7.0.5p3/bind/pdflib/tcl/Makefile        2020-11-18 19:08:18.536860593 +0100
5 @@ -11,7 +11,7 @@
6  PDFPEDANTIC    =
7  DEPLIBS                = $(PDFLIBLINK)
8  LIBS           = $(DEPLIBS) $(TCLLIB)
9 -INCLUDES       = $(PDFLIBINC) $(TCLINCLUDE)
10 +INCLUDES       = $(PDFLIBINC) $(TCLINCLUDE) -DUSE_INTERP_RESULT
11  
12  LANG_LIBDIR    = $(DESTDIR)$(TCLPACKAGEDIR)
13  
This page took 0.077194 seconds and 3 git commands to generate.