diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-07-31 17:35:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-07-31 17:35:48 +0000 |
commit | f7104b2238638a2e5c88104e0d529db090fa2ac7 (patch) | |
tree | c954028300d4bb97c8e19812bb2b04a7dffc2c41 /chapter06 | |
parent | c57e3bf230b2f710d48b28147de3d208ba5b1917 (diff) |
Upgrade to gcc-4.1.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/groff.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 3887ca4c0..9f957d50e 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -53,6 +53,11 @@ <screen><userinput>sed -i -e 's/2010/002D/' -e 's/2212/002D/' \ -e 's/2018/0060/' -e 's/2019/0027/' font/devutf8/R.proto</userinput></screen> + <para>Fix a bug that prevents Groff from compiling with GCC-&gcc-version;: + </para> + +<screen><userinput>sed -i -e '264 s/char_block:://' src/devices/grohtml/post-html.cc</userinput></screen> + <para>Groff expects the environment variable <envar>PAGE</envar> to contain the default paper size. For users in the United States, <parameter>PAGE=letter</parameter> is appropriate. Elsewhere, |