Changeset 32235 for gs2-extensions


Ignore:
Timestamp:
2018-07-04T21:07:31+12:00 (6 years ago)
Author:
ak19
Message:

This commit doesn't fix the current problem of some statically built binaries not running (for example, pdftohtml doesn't work vs pdftotext works). However, this commits a line present in my active version which wasn't in the commit folder of the last revision concerning xpdftools compilation.

File:
1 edited

Legend:

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

    r32234 r32235  
    6666        -DZLIB_LIBRARY=$prefix/lib/libz.a \
    6767        -DPNG_LIBRARY=$prefix/lib/libpng15.a \
    68         -DFREETYPE_DIR=$prefix \
     68        -DFREETYPE_LIBRARY=$prefix/lib/libfreetype.a \
    6969        -DCMAKE_DISABLE_FIND_PACKAGE_Qt4=1 \
    7070        -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets=1 \
     
    9494#       -DPNG_LIBRARY=$prefix/lib/libpng15.a \
    9595#       -DFREETYPE_LIBRARY=$prefix/lib/libfreetype.a \
    96 
     96# else, in place of FREETYPE_LIBRARY:
     97##      -DFREETYPE_DIR=$prefix \
    9798
    9899## When -DFREETYPE_DIR is used in place of -DFREETYPE_LIBRARY above, it makes
Note: See TracChangeset for help on using the changeset viewer.