OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.1 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../kdelibs/libz_dep.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- kdelibs-3.4.2/configure.orig 2005-09-05 23:43:44.904109000 +0200
  17. +++ kdelibs-3.4.2/configure 2005-09-05 23:44:25.946674000 +0200
  18. @@ -33350,9 +33350,9 @@
  19. kde_save_LIBS="$LIBS"
  20. if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
  21. -LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm -lX11 $LIBSOCKET"
  22. +LIBS="$LIBS $all_libraries $USER_LDFLAGS $LIBZ -lpng -lm -lX11 $LIBSOCKET"
  23. else
  24. -LIBS="$LIBS $all_libraries $USER_LDFLAGS -lpng $LIBZ -lm"
  25. +LIBS="$LIBS $all_libraries $USER_LDFLAGS $LIBZ -lpng -lm"
  26. fi
  27. kde_save_CFLAGS="$CFLAGS"
  28. CFLAGS="$CFLAGS $all_includes $USER_INCLUDES"
  29. @@ -33400,7 +33400,7 @@
  30. ac_status=$?
  31. echo "$as_me:$LINENO: \$? = $ac_status" >&5
  32. (exit $ac_status); }; }; then
  33. - eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
  34. + eval "ac_cv_lib_png='$LIBZ -lpng -lm'"
  35. else
  36. echo "$as_me: failed program was:" >&5
  37. sed 's/^/| /' conftest.$ac_ext >&5
  38. --- kdelibs-3.4.2/kimgio/Makefile.in.orig 2005-07-20 23:20:14.000000000 +0200
  39. +++ kdelibs-3.4.2/kimgio/Makefile.in 2005-09-06 00:12:23.587520000 +0200
  40. @@ -636,7 +636,7 @@
  41. #>- kimg_exr_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries)
  42. #>+ 1
  43. kimg_exr_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(KDE_NO_UNDEFINED) $(all_libraries)
  44. -kimg_exr_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_EXR)
  45. +kimg_exr_la_LIBADD = $(LIB_EXR) $(LIB_KDECORE) $(LIB_QT)
  46. kimg_dds_la_SOURCES = dds.cpp
  47. #>- kimg_dds_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries)
  48. #>+ 1