Ignore:
Timestamp:
06/01/2024 08:53:16 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
b475e4e
Parents:
77ba659
Message:

Make zip compatible with gcc-14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/zip.xml

    r77ba659 r06632cb  
    7373  <sect2 role="installation">
    7474    <title>Installation of Zip</title>
     75
     76    <para>
     77      First, fix the packate ro be compatible with gcc-14:
     78    </para>
     79
     80<screen><userinput>sed -i '205 s/CC=gcc/CC="gcc -std=gnu89"/' unix/Makefile</userinput></screen>
    7581
    7682    <para>
Note: See TracChangeset for help on using the changeset viewer.