Changeset 316af37c for pst/ps


Ignore:
Timestamp:
02/13/2019 10:00:04 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5483669
Parents:
eb2c5a4d
Message:

Update giflib url.
Update mupdf for build breakage.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21145 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    reb2c5a4d r316af37c  
    127127<screen><userinput>patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &amp;&amp;
    128128
    129 USE_SYSTEM_LIBS=yes make</userinput></screen>
     129rm -rf thirdparty/curl     &amp;&amp;
     130rm -rf thirdparty/freetype &amp;&amp;
     131rm -rf thirdparty/harfbuzz &amp;&amp;
     132rm -rf thirdparty/jpeg     &amp;&amp;
     133rm -rf thirdparty/openjpeg &amp;&amp;
     134rm -rf thirdparty/libjpeg  &amp;&amp;
     135rm -rf thirdparty/zlib     &amp;&amp;
     136
     137export USE_SYSTEM_LIBS=yes &amp;&amp;
     138
     139make</userinput></screen>
    130140
    131141    <para>
Note: See TracChangeset for help on using the changeset viewer.