Changeset ec64d28 for pst/printing


Ignore:
Timestamp:
12/19/2012 07:57:20 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b3aacc0
Parents:
4abd884
Message:

Minor text fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r4abd884 rec64d28  
    248248      JPEG 2000 files <!-- I can't get it to compile using a system installed
    249249      version of openjpeg. It seems the ghostscript version has been heavily
    250       modified... --> so we can all remove the jasper source. The default color
     250      modified... --> so jasper source can be removed. The default color
    251251      management system is now <application>lcms2</application> so the
    252252      <application>lcms</application> source is not needed.
     
    260260
    261261    <para>
    262       <parameter>LIBS=-lz</parameter>: We use the LIBS variable to tell the
    263       linker (ld) to link against the system installed
     262      <parameter>LIBS=-lz</parameter>: Use the <envar>LIBS</envar> variable to
     263      tell the linker (ld) to link against the system installed
    264264      <application>zlib</application>.
    265265    </para>
Note: See TracChangeset for help on using the changeset viewer.