# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../magicolor2430dl/trivialities.patch # Copyright (C) 2004 - 2008 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- We want to link to shared objects, if possible, for update, security and payload size reasons. - Rene Rebe --- magicolor2430DL-1.6.1/configure.vanilla 2008-05-13 10:46:00.000000000 +0200 +++ magicolor2430DL-1.6.1/configure 2008-05-13 10:48:29.000000000 +0200 @@ -3227,14 +3227,6 @@ echo "$as_me:$LINENO: result: $ac_cv_lib_jbig_jbg_enc_init" >&5 echo "${ECHO_T}$ac_cv_lib_jbig_jbg_enc_init" >&6 if test $ac_cv_lib_jbig_jbg_enc_init = yes; then - if test -f "/usr/lib64/libjbig.a"; then - LIBJBIG="/usr/lib64/libjbig.a" -elif test -f "/usr/lib/libjbig.a"; then - LIBJBIG="/usr/lib/libjbig.a" -elif test -f "/usr/local/lib64/libjbig.a"; then - LIBJBIG="/usr/local/lib64/libjbig.a" -else - LIBJBIG="/usr/local/lib/libjbig.a" + LIBJBIG="-ljbig" -fi else { { echo "$as_me:$LINENO: error: Could not find libjbig.a" >&5 @@ -3308,14 +3301,6 @@ echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsCreateTransform" >&5 echo "${ECHO_T}$ac_cv_lib_lcms_cmsCreateTransform" >&6 if test $ac_cv_lib_lcms_cmsCreateTransform = yes; then - if test -f "/usr/lib64/liblcms.a"; then - LIBLCMS="/usr/lib64/liblcms.a" -elif test -f "/usr/lib/liblcms.a"; then - LIBLCMS="/usr/lib/liblcms.a" -elif test -f "/usr/local/lib64/liblcms.a"; then - LIBLCMS="/usr/local/lib64/liblcms.a" -else - LIBLCMS="/usr/local/lib/liblcms.a" + LIBLCMS="-llcms" -fi else { { echo "$as_me:$LINENO: error: Could not find liblcms.a" >&5