[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / ImageMagick

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/ImageMagick/Makefile between version 1.70 and 1.71

version 1.70, 2001/06/21 01:48:43 version 1.71, 2001/06/21 01:59:07
Line 39  CONFIGURE_ARGS+= --without-perl --withou
Line 39  CONFIGURE_ARGS+= --without-perl --withou
                         --without-hdf --without-jbig --without-threads \                          --without-hdf --without-jbig --without-threads \
                         --without-ttf --without-wmf --without-xml                          --without-ttf --without-wmf --without-xml
   
 # Fix references to libbz2 functions on NetBSD.  
 .if (${OPSYS} == "NetBSD")  
 post-extract:  
         @cd ${WRKSRC};                                                  \  
         for file in ${CONFIGURE_SCRIPT} coders/miff.c; do               \  
                 ${MV} -f $${file} $${file}.presubst;                    \  
                 ${SED} -e "s|BZ2_||g" $${file}.presubst > $${file};     \  
                 ${RM} -f $${file}.presubst;                             \  
         done;                                                           \  
         ${CHMOD} +x ${CONFIGURE_SCRIPT}  
 .endif  
   
 # Fix config scripts by removing buildlink directory references.  # Fix config scripts by removing buildlink directory references.
 post-build:  post-build:
         @cd ${WRKSRC};                                                  \          @cd ${WRKSRC};                                                  \

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb <webmaster@jp.NetBSD.org>