Changeset 7b43b6a for pst/ps/mupdf.xml


Ignore:
Timestamp:
10/14/2020 02:43:54 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7a8976d
Parents:
17facb1
Message:

Fix mupdf build

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    r17facb1 r7b43b6a  
    8181    <bridgehead renderas="sect4">Recommended</bridgehead>
    8282    <para role="recommended">
    83       <!--<xref linkend="freeglut"/>, -->
     83      <!--<xref linkend="freeglut"/>, use of the bundled glut is preferred -->
    8484      <xref linkend="harfbuzz"/>,
    8585      <!-- This no-longer gets linked in with our system libs patch
     
    113113
    114114<screen><userinput>sed -i '/MU.*_EXE. :/{
    115         s/.(MUPDF_LIB)//
     115        s/\(.(MUPDF_LIB)\)\(.*\)$/\2 | \1/
    116116        N
    117         s/$/ -lmupdf/
     117        s/$/ -lmupdf -L$(OUT)/
    118118        }' Makefile</userinput></screen>
    119119
Note: See TracChangeset for help on using the changeset viewer.