Changeset e67830f1
- Timestamp:
- 06/15/2015 10:10:24 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6d5ce50b
- Parents:
- 1d5aab8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r1d5aab8 re67830f1 48 48 <para>June 15th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Firefox-38.0.5, SeaMonkey-2.33.1 and 52 Thunderbird-38.0.1 fixes to build with FreeType-2.6. Fixes 53 <ulink url="&blfs-ticket-root;6611">#6611</ulink>.</para> 54 </listitem> 50 55 <listitem> 51 56 <para>[fernando] - Update to fontforge-20150612. Fixes -
xsoft/graphweb/firefox.xml
r1d5aab8 re67830f1 234 234 EOF</userinput></screen> 235 235 236 <!-- this problem seems to have gone with 36.0 237 <note><para> 238 There is a problem on i686 systems when building 239 <application>Firefox</application> with <application>gcc</application> 240 versions ranging from 4.8 to 4.9.1 and using the switch 241 <quote>\-\-enable-optimize</quote>. There are two alternatives. The best 242 one is to upgrade <application>gcc</application> to version 4.9.2 or later 243 because it will give better perfomance and smaller binaries. However, if 244 you do not wish to upgrade gcc, reduce the level of optimization with: 245 </para> 246 247 <screen><userinput>test $(uname -m) = "i686" && sed -i 's/enable-optimize/&=-O2/' mozconfig || true</userinput></screen> 248 </note>--> 236 <para> 237 First, fix building with system freetype-2.6 or later: 238 </para> 239 240 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' config/system-headers</userinput></screen> 249 241 250 242 <para> -
xsoft/graphweb/seamonkey.xml
r1d5aab8 re67830f1 242 242 EOF</userinput></screen> 243 243 244 <note><para> 245 There is a problem on i686 systems when building 246 <application>SeaMonkey</application> with <application>gcc</application> 247 versions ranging from 4.8 to 4.9.1 and using the switch 248 <quote>--enable-optimize</quote>. There are two alternatives. The best 249 one is to upgrade <application>gcc</application> to version 4.9.2 or later 250 because it will give better perfomance and smaller binaries. However, if 251 you do not wish to upgrade gcc, reduce the level of optimization with: 252 </para> 253 254 <screen><userinput>test $(uname -m) = "i686" && sed -i 's/enable-optimize/&=-O2/' mozconfig || true</userinput></screen> 255 </note> 244 <para> 245 First, fix building with system freetype-2.6 or later: 246 </para> 247 248 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen> 256 249 257 250 <note><para> -
xsoft/other/thunderbird.xml
r1d5aab8 re67830f1 243 243 ac_add_options --with-system-jpeg 244 244 ac_add_options --with-system-png 245 ac_add_options --with-system-zlib 246 247 # Build broken with system freetype-2.6 248 ac_add_options --enable-tree-freetype</literal> 245 ac_add_options --with-system-zlib</literal> 249 246 EOF</userinput></screen> 250 <!-- 251 <para> 252 First, a bug needs to be fixed. Notice that thunderbuild needs to match 253 the value used in mozconfig (above) for the object directory (MOZ_OBJDIR): 254 </para> 255 256 <!-\- might be necessary 257 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-\-> 258 <screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>--> 247 248 <para> 249 First, fix building with system freetype-2.6 or later: 250 </para> 251 252 <!-- might be necessary 253 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&--> 254 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen> 259 255 260 256 <para>
Note:
See TracChangeset
for help on using the changeset viewer.