Changeset 32245 for gs2-extensions


Ignore:
Timestamp:
2018-07-06T18:23:16+12:00 (6 years ago)
Author:
ak19
Message:

When I copied across the LIBPNG.sh cascade make file, it excluded compiling on darwin, which I didn't notice. Removing the conditional statement, so I can compile libpng on darwin for xpdftools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/xpdf-tools/trunk/src/packages/CASCADE-MAKE/LIBPNG.sh

    r32228 r32245  
    1818echo GSDLOS = $GSDLOS
    1919
    20 if [ $GSDLOS != "darwin" ] ; then
     20opt_run_untar $force_untar $auto_untar $package $version
    2121
    22 opt_run_untar $force_untar $auto_untar $package $version
    2322opt_run_configure $force_config $auto_config $package $version $prefix
    2423
     
    2928
    3029opt_run_tarclean $tarclean $package $version
    31 
    32 fi
Note: See TracChangeset for help on using the changeset viewer.