pdflib.patch 910 B

1234567891011121314151617181920212223242526272829303132
  1. Index: config/mkmainlib.inc
  2. --- config/mkmainlib.inc.orig 2004-01-26 14:30:23.000000000 +0100
  3. +++ config/mkmainlib.inc 2004-02-12 09:08:24.000000000 +0100
  4. @@ -28,7 +28,7 @@
  5. @-if test "$(WITH_SHARED)" = "no"; then \
  6. cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\
  7. fi
  8. - $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(libdir);
  9. + $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(libdir);
  10. @-if test "$(WITH_SHARED)" = "yes"; then \
  11. $(LIBTOOL) -n --finish $(libdir);\
  12. else\
  13. Index: configure
  14. --- configure.orig 2004-07-07 20:29:08.000000000 +0200
  15. +++ configure 2004-10-27 17:04:45.110483011 +0200
  16. @@ -8866,6 +8866,7 @@
  17. # pnglib
  18. +if [ ".$PNGLIBINC" = . -a ".$PNGLIBLINK" = . ]; then
  19. if test -d libs/png ; then
  20. PNGLIBINC="-I\$(top_builddir)/libs/png"
  21. PNGLIBLINK="\$(top_builddir)/libs/png/libpng\$(LA)"
  22. @@ -8875,6 +8876,7 @@
  23. PNGLIBINC=""
  24. PNGLIBLINK=""
  25. fi
  26. +fi