Changeset 19eb87f
- Timestamp:
- 07/29/2019 04:07:07 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0b05bda
- Parents:
- bc3bb455
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbc3bb455 r19eb87f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 8"> <!-- Always 2 digits -->3 <!ENTITY day "29"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 2 8th, &year;">9 <!ENTITY releasedate "July 29th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
xsoft/graphweb/seamonkey.xml
rbc3bb455 r19eb87f 265 265 <para> 266 266 <application>GCC-9</application> generates some false positives with 267 <command>- -Werror=fromat</command>, which prevent building267 <command>-Werror=format</command>, which prevent building 268 268 <application>SeaMonkey</application>. Remove this flag with the 269 269 following command: 270 270 </para> 271 271 272 <screen><userinput>grep -rl -- '-Werror=format' | 273 xargs sed -i 's/error=format/no-&/'</userinput></screen> 272 <screen><userinput>grep -rl -- '-Werror=format' | xargs sed -i 's/error=format/no-&/'</userinput></screen> 274 273 275 274 <para> … … 342 341 <sect2 role="commands"> 343 342 <title>Command Explanations</title> 344 343 <!-- 345 344 <para> 346 345 <command>export CFLAGS= ... export CXXFLAGS= ...</command>: These … … 348 347 out-of-specification and allow it to produce a working program. 349 348 </para> 350 349 --> 351 350 <para> 352 351 <command>make -f client.mk</command>: Mozilla products are packaged to
Note:
See TracChangeset
for help on using the changeset viewer.