Author: arekm Date: Mon Oct 20 18:34:33 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - build fixes
---- Files affected: SOURCES: pdflib-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/pdflib-build.patch diff -u /dev/null SOURCES/pdflib-build.patch:1.1 --- /dev/null Mon Oct 20 20:34:34 2008 +++ SOURCES/pdflib-build.patch Mon Oct 20 20:34:28 2008 @@ -0,0 +1,24 @@ +--- pdflib/bind/cpp/image.cpp.org 2008-10-20 20:18:40.841740273 +0200 ++++ pdflib/bind/cpp/image.cpp 2008-10-20 20:19:21.368403349 +0200 +@@ -4,6 +4,7 @@ + // + + #include <iostream> ++#include <stdlib.h> + + #include "pdflib.hpp" + +--- pdflib-4.0.3/pdflib/Makefile.in.org 2008-10-20 20:27:14.622106537 +0200 ++++ pdflib-4.0.3/pdflib/Makefile.in 2008-10-20 20:27:34.788561702 +0200 +@@ -119,9 +119,9 @@ + @-if test "$(WITH_SHARED)" = "no"; then \ + cp .libs/libpdf.la .libs/libpdf.lai;\ + fi +- $(LIBTOOL) $(INSTALL_DATA) $(LIBPDF).la $(DESTDIR)$(libdir); ++ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBPDF).la $(DESTDIR)$(libdir); + @-if test "$(WITH_SHARED)" = "yes"; then \ +- $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\ ++ $(LIBTOOL) --mode=install -n --finish $(DESTDIR)$(libdir);\ + else\ + rm -f .libs/libpdf.lai;\ + fi ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
