Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92456 Details for
Bug 141344
update of mozilla-firefox-2.0 beta2 patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pango/gtk+2.8 patch for ff-2.0_beta2 as was merged upstream
pango-libs-1.patch (text/plain), 1.92 KB, created by
Walter Meinl
on 2006-07-21 16:01:32 UTC
(
hide
)
Description:
pango/gtk+2.8 patch for ff-2.0_beta2 as was merged upstream
Filename:
MIME Type:
Creator:
Walter Meinl
Created:
2006-07-21 16:01:32 UTC
Size:
1.92 KB
patch
obsolete
>--- configure.in 2006-05-10 08:57:25.000000000 +0200 >+++ configure.in 2006-05-18 17:06:52.000000000 +0200 >@@ -4577,17 +4577,17 @@ > MOZ_ARG_ENABLE_BOOL(pango, > [ --enable-pango Enable Pango font rendering support], > MOZ_ENABLE_PANGO=1, > MOZ_ENABLE_PANGO=) > > if test "$MOZ_ENABLE_PANGO" > then > AC_DEFINE(MOZ_ENABLE_PANGO) >- PKG_CHECK_MODULES(MOZ_PANGO, pango >= 1.6.0 pangoft2 >= 1.6.0) >+ PKG_CHECK_MODULES(MOZ_PANGO, pangoxft >= 1.6.0) > > AC_SUBST(MOZ_ENABLE_PANGO) > AC_SUBST(MOZ_PANGO_CFLAGS) > AC_SUBST(MOZ_PANGO_LIBS) > fi > > dnl ======================================================== > dnl = x11 core font support (default and ability to enable depend on toolkit) >--- gfx/src/gtk/Makefile.in 2006-05-09 07:56:57.000000000 +0200 >+++ gfx/src/gtk/Makefile.in 2006-05-18 17:03:26.000000000 +0200 >@@ -198,16 +198,20 @@ > -lgkgfx \ > $(GFX_XINERAMA_LIBS) \ > $(MOZ_JS_LIBS) \ > $(MOZ_UNICHARUTIL_LIBS) \ > $(MOZ_COMPONENT_LIBS) \ > $(NULL) > endif > >+ifdef MOZ_ENABLE_PANGO >+EXTRA_DSO_LDOPTS += $(MOZ_PANGO_LIBS) >+endif >+ > EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(MOZ_GTK_LDFLAGS) $(MOZ_XFT_LIBS) $(MOZ_GTK2_LIBS) > CXXFLAGS += $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS) > CFLAGS += $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS) > > ifeq ($(OS_ARCH), SunOS) > ifndef GNU_CC > # When using Sun's WorkShop compiler, including > # /wherever/workshop-5.0/SC5.0/include/CC/std/time.h >--- config/static-config.mk 2006-05-16 00:14:36.000000000 +0200 >+++ config/static-config.mk 2006-05-18 22:45:25.000000000 +0200 >@@ -115,16 +115,20 @@ > ifdef MOZ_ENABLE_XPRINT > STATIC_EXTRA_LIBS += $(MOZ_XPRINT_LDFLAGS) > endif > > ifdef MOZ_ENABLE_XFT > STATIC_EXTRA_LIBS += $(MOZ_XFT_LIBS) > endif > >+ifdef MOZ_ENABLE_PANGO >+STATIC_EXTRA_LIBS += $(MOZ_PANGO_LIBS) >+endif >+ > # Component Makefile always brings in this. > # STATIC_EXTRA_LIBS += $(TK_LIBS) > > # Some random modules require this > ifndef MINIMO > STATIC_EXTRA_LIBS += $(MOZ_XPCOM_OBSOLETE_LIBS) > endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141344
:
92455
|
92456
|
95674