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.8 KiB
						
					
					
				
			
		
		
	
	
							49 lines
						
					
					
						
							1.8 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../magicolor2430dl/trivialities.patch | 
						|
# Copyright (C) 2007 The OpenSDE Project | 
						|
# Copyright (C) 2004 - 2006 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. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
Some obvious first look / build fixes. | 
						|
 | 
						|
  - Rene Rebe <[email protected]> | 
						|
 | 
						|
--- magicolor2430DL-1.5.0/configure.vanilla	2006-01-11 14:31:58.000000000 +0100 | 
						|
+++ magicolor2430DL-1.5.0/configure	2006-01-11 14:37:21.000000000 +0100 | 
						|
@@ -3213,11 +3213,7 @@ | 
						|
 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/lib/libjbig.a"; then | 
						|
-	LIBJBIG="/usr/lib/libjbig.a" | 
						|
-else | 
						|
-	LIBJBIG="/usr/local/lib/libjbig.a" | 
						|
-fi | 
						|
+	LIBJBIG="-ljbig" | 
						|
 else | 
						|
   { { echo "$as_me:$LINENO: error: Could not find libjbig.a" >&5 | 
						|
 echo "$as_me: error: Could not find libjbig.a" >&2;} | 
						|
@@ -3290,11 +3286,7 @@ | 
						|
 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/lib/liblcms.a"; then | 
						|
-	LIBLCMS="/usr/lib/liblcms.a" | 
						|
-else | 
						|
-	LIBLCMS="/usr/local/lib/liblcms.a" | 
						|
-fi | 
						|
+	LIBLCMS="-llcms" | 
						|
 else | 
						|
   { { echo "$as_me:$LINENO: error: Could not find liblcms.a" >&5 | 
						|
 echo "$as_me: error: Could not find liblcms.a" >&2;}
 | 
						|
 |