Changeset 25566


Ignore:
Timestamp:
2012-05-10T15:42:19+12:00 (12 years ago)
Author:
sjm84
Message:

Fixed an Imagemagick library issue on linux/mac machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-setup.sh

    r25448 r25566  
    138138
    139139  #ImageMagick
    140   if test -d "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick" ; then
    141     addtopath PATH "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick/bin"
    142     MAGICK_HOME="$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick"
    143     export MAGICK_HOME
    144     if test "$GSDLOS" = "linux"; then
    145       addtopath LD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick/lib"
    146     elif test "$GSDLOS" = "darwin"; then
    147       addtopath DYLD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick/lib"
    148     fi
    149     echo "  - Setup ImageMagick"
    150   fi
     140  #if test -d "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick" ; then
     141  #  addtopath PATH "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick/bin"
     142  #  MAGICK_HOME="$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick"
     143  #  export MAGICK_HOME
     144  #  if test "$GSDLOS" = "linux"; then
     145  #    addtopath LD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick/lib"
     146  #  elif test "$GSDLOS" = "darwin"; then
     147  #    addtopath DYLD_LIBRARY_PATH "$GSDL3SRCHOME/gs2build/bin/$GSDLOS/imagemagick/lib"
     148  #  fi
     149  #  echo "  - Setup ImageMagick"
     150  #fi
    151151
    152152  #Ghostscript
Note: See TracChangeset for help on using the changeset viewer.