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.

48 lines
1.8 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../magicolor2430dl/trivialities.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. Some obvious first look / build fixes.
  17. - Rene Rebe <rene@exactcode.de>
  18. --- magicolor2430DL-1.5.0/configure.vanilla 2006-01-11 14:31:58.000000000 +0100
  19. +++ magicolor2430DL-1.5.0/configure 2006-01-11 14:37:21.000000000 +0100
  20. @@ -3213,11 +3213,7 @@
  21. echo "$as_me:$LINENO: result: $ac_cv_lib_jbig_jbg_enc_init" >&5
  22. echo "${ECHO_T}$ac_cv_lib_jbig_jbg_enc_init" >&6
  23. if test $ac_cv_lib_jbig_jbg_enc_init = yes; then
  24. - if test -f "/usr/lib/libjbig.a"; then
  25. - LIBJBIG="/usr/lib/libjbig.a"
  26. -else
  27. - LIBJBIG="/usr/local/lib/libjbig.a"
  28. -fi
  29. + LIBJBIG="-ljbig"
  30. else
  31. { { echo "$as_me:$LINENO: error: Could not find libjbig.a" >&5
  32. echo "$as_me: error: Could not find libjbig.a" >&2;}
  33. @@ -3290,11 +3286,7 @@
  34. echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsCreateTransform" >&5
  35. echo "${ECHO_T}$ac_cv_lib_lcms_cmsCreateTransform" >&6
  36. if test $ac_cv_lib_lcms_cmsCreateTransform = yes; then
  37. - if test -f "/usr/lib/liblcms.a"; then
  38. - LIBLCMS="/usr/lib/liblcms.a"
  39. -else
  40. - LIBLCMS="/usr/local/lib/liblcms.a"
  41. -fi
  42. + LIBLCMS="-llcms"
  43. else
  44. { { echo "$as_me:$LINENO: error: Could not find liblcms.a" >&5
  45. echo "$as_me: error: Could not find liblcms.a" >&2;}