Changeset 5f736cf for general/genutils


Ignore:
Timestamp:
07/11/2020 02:01:17 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 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:
2df48d5
Parents:
a6b80fb
Message:

Fix building graphviz if ps2pdf (ghostscript) is not installed

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    ra6b80fb r5f736cf  
    202202    </para>
    203203
     204    <bridgehead renderas="sect4">Optional (for building the pdf documentation)</bridgehead>
     205    <para role="optional">
     206      <xref linkend="gs"/> (for the <command>ps2pdf</command> command)
     207    </para>
     208
    204209    <para condition="html" role="usernotes">User Notes:
    205210      <ulink url="&blfs-wiki;/graphviz"/>
     
    237242<screen><userinput>sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac &amp;&amp;
    238243
    239 autoreconf                &amp;&amp;
    240 ./configure --prefix=/usr &amp;&amp;
     244autoreconf                            &amp;&amp;
     245./configure --prefix=/usr PS2PDF=true &amp;&amp;
    241246make</userinput></screen>
    242247
     
    276281      does not support php version 7.
    277282    </para>-->
     283
     284    <para>
     285      <parameter>PS2PDF=true</parameter>: This is needed if <xref
     286      linkend="gs"/> is not installed. Otherwise, the build
     287      system tries to run <command>false</command>, which generates
     288      an error.
     289    </para>
    278290
    279291    <para>
Note: See TracChangeset for help on using the changeset viewer.