rpms/kismet/devel kismet-2007-10-R1-imagemagick.patch,NONE,1.1

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Jun 6 15:17:25 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/kismet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv595

Added Files:
	kismet-2007-10-R1-imagemagick.patch 
Log Message:
tweak configure to use -lMagickCore not -lMagick to rebuild for dependancies

kismet-2007-10-R1-imagemagick.patch:

--- NEW FILE kismet-2007-10-R1-imagemagick.patch ---
--- kismet-2007-10-R1.orig/configure	2007-10-06 22:32:15.000000000 +0100
+++ kismet-2007-10-R1/configure	2008-06-06 15:56:00.000000000 +0100
@@ -9266,13 +9266,13 @@
 		fi
 
 		if test "$magickhdr" = "yes"; then
-			{ echo "$as_me:$LINENO: checking for WriteImage in -lMagick" >&5
-echo $ECHO_N "checking for WriteImage in -lMagick... $ECHO_C" >&6; }
+			{ echo "$as_me:$LINENO: checking for WriteImage in -lMagickCore" >&5
+echo $ECHO_N "checking for WriteImage in -lMagickCore... $ECHO_C" >&6; }
 if test "${ac_cv_lib_Magick_WriteImage+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lMagick  $LIBS"
+LIBS="-lMagickCore  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF




More information about the fedora-extras-commits mailing list