Show
Ignore:
Timestamp:
10/16/09 13:13:48 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/PerlMagick/Makefile.PL

    r349 r399  
    141141# defaults for LIBS & INC & CCFLAGS params that we later pass to Writemakefile 
    142142my $INC_magick = '-I../ -I.. -I/usr/include/freetype2 -I/usr/include/libxml2 -I"' . $Config{'usrinc'} . '/ImageMagick"'; 
    143 my $LIBS_magick = '-L../magick/.libs -lMagickCore -L../wand/.libs -lperl -lm'; 
     143my $LIBS_magick = '-L../magick/.libs -lMagickCore -lperl -lm'; 
    144144my $CCFLAGS_magick = "$Config{'ccflags'} -fopenmp -g -O2 -Wall -W -pthread"; 
    145145