mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Actually add the patch command to the ESP Ghostscript instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7314 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
05fa6cc3cb
commit
bc2026367c
@ -122,8 +122,11 @@
|
||||
<para>Install <application>ESP Ghostscript</application>
|
||||
by running the following commands:</para>
|
||||
|
||||
<screen><userinput>sed -i "s/bbox.dev$/x11.dev/" Makefile.in &&
|
||||
./configure --prefix=/usr --enable-threads --without-omni &&
|
||||
<screen><userinput>patch -Np1 -i ../espgs-&espgs-version;-bov_fix-1.patch &&
|
||||
sed -i "s/bbox.dev$/x11.dev/" Makefile.in &&
|
||||
./configure --prefix=/usr \
|
||||
--enable-threads \
|
||||
--without-omni &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To build the shared
|
||||
|
Loading…
Reference in New Issue
Block a user