]> git.pld-linux.org Git - packages/pdflib.git/blame - pdflib-build.patch
perl 5.36.0 rebuild
[packages/pdflib.git] / pdflib-build.patch
CommitLineData
418c2da5
AM
1--- pdflib/bind/cpp/image.cpp.org 2008-10-20 20:18:40.841740273 +0200
2+++ pdflib/bind/cpp/image.cpp 2008-10-20 20:19:21.368403349 +0200
3@@ -4,6 +4,7 @@
4 //
5
6 #include <iostream>
7+#include <stdlib.h>
8
9 #include "pdflib.hpp"
10
11--- pdflib-4.0.3/pdflib/Makefile.in.org 2008-10-20 20:27:14.622106537 +0200
12+++ pdflib-4.0.3/pdflib/Makefile.in 2008-10-20 20:27:34.788561702 +0200
13@@ -119,9 +119,9 @@
14 @-if test "$(WITH_SHARED)" = "no"; then \
15 cp .libs/libpdf.la .libs/libpdf.lai;\
16 fi
17- $(LIBTOOL) $(INSTALL_DATA) $(LIBPDF).la $(DESTDIR)$(libdir);
18+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBPDF).la $(DESTDIR)$(libdir);
19 @-if test "$(WITH_SHARED)" = "yes"; then \
20- $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\
21+ $(LIBTOOL) --mode=install -n --finish $(DESTDIR)$(libdir);\
22 else\
23 rm -f .libs/libpdf.lai;\
24 fi
This page took 0.083255 seconds and 4 git commands to generate.