diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2024-11-05 17:26:11 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2024-11-05 17:26:11 -0600 |
commit | 8315bad1e4813fbe160fc6d9d2f5914a3927423b (patch) | |
tree | 9e5dfda57e8f19d10c8fdfabb351bad52fe7f8b0 /pst | |
parent | 7ec5010085c70cb64dacc148b82dec9b6efcd1ca (diff) |
Fix building Texlive on i686.
The issue has to do with incompatible types. I grabbed it from the
following commit upstream:
https://tug.org/svn/texlive/trunk/Build/source/texk/web2c/pdftexdir/pdftex.ch?r1=65870&r2=71901
Diffstat (limited to 'pst')
-rw-r--r-- | pst/typesetting/texlive.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pst/typesetting/texlive.xml b/pst/typesetting/texlive.xml index 9a215e733d..54c5e02ae8 100644 --- a/pst/typesetting/texlive.xml +++ b/pst/typesetting/texlive.xml @@ -268,6 +268,15 @@ and it might have been removed by next year. --> </note> <para> + Fix a build failure that occurs on some platforms due to more strict + compiler warnings: + </para> + +<screen><userinput remap="pre">sed -e '182 s/internal_font_number/boolean/' \ + -e '301 s/internal_font_number/boolean/' \ + -i texk/web2c/pdftexdir/pdftex.ch</userinput></screen> + + <para> Now, as a normal user: </para> |