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
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../magicolor2430dl/trivialities.patch
  5. # Copyright (C) 2007 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. Some obvious first look / build fixes.
  18. - Rene Rebe <rene@exactcode.de>
  19. --- magicolor2430DL-1.5.0/configure.vanilla 2006-01-11 14:31:58.000000000 +0100
  20. +++ magicolor2430DL-1.5.0/configure 2006-01-11 14:37:21.000000000 +0100
  21. @@ -3213,11 +3213,7 @@
  22. echo "$as_me:$LINENO: result: $ac_cv_lib_jbig_jbg_enc_init" >&5
  23. echo "${ECHO_T}$ac_cv_lib_jbig_jbg_enc_init" >&6
  24. if test $ac_cv_lib_jbig_jbg_enc_init = yes; then
  25. - if test -f "/usr/lib/libjbig.a"; then
  26. - LIBJBIG="/usr/lib/libjbig.a"
  27. -else
  28. - LIBJBIG="/usr/local/lib/libjbig.a"
  29. -fi
  30. + LIBJBIG="-ljbig"
  31. else
  32. { { echo "$as_me:$LINENO: error: Could not find libjbig.a" >&5
  33. echo "$as_me: error: Could not find libjbig.a" >&2;}
  34. @@ -3290,11 +3286,7 @@
  35. echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsCreateTransform" >&5
  36. echo "${ECHO_T}$ac_cv_lib_lcms_cmsCreateTransform" >&6
  37. if test $ac_cv_lib_lcms_cmsCreateTransform = yes; then
  38. - if test -f "/usr/lib/liblcms.a"; then
  39. - LIBLCMS="/usr/lib/liblcms.a"
  40. -else
  41. - LIBLCMS="/usr/local/lib/liblcms.a"
  42. -fi
  43. + LIBLCMS="-llcms"
  44. else
  45. { { echo "$as_me:$LINENO: error: Could not find liblcms.a" >&5
  46. echo "$as_me: error: Could not find liblcms.a" >&2;}