Magellan Linux

Annotation of /trunk/mozilla-firefox/patches/mozilla-firefox-1.0.7-gfxshared_s.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 966 byte(s)
-import

1 niro 153 Index: gfx/src/gtk/Makefile.in
2     ===================================================================
3     RCS file: /cvsroot/mozilla/gfx/src/gtk/Makefile.in,v
4     retrieving revision 1.114
5     diff -u -p -r1.114 Makefile.in
6     --- gfx/src/gtk/Makefile.in 7 Sep 2004 17:53:10 -0000 1.114
7     +++ gfx/src/gtk/Makefile.in 23 Sep 2004 00:03:07 -0000
8     @@ -162,6 +162,8 @@ ifdef MOZ_ENABLE_FREETYPE2
9     SHARED_LIBRARY_LIBS += $(DIST)/lib/$(LIB_PREFIX)gfxft2_s.$(LIB_SUFFIX)
10     endif
11    
12     +EXTRA_DSO_LDOPTS = $(DIST)/lib/$(LIB_PREFIX)gfxshared_s.$(LIB_SUFFIX)
13     +
14     include $(topsrcdir)/config/rules.mk
15    
16     ifdef MOZ_ENABLE_XINERAMA
17     @@ -172,7 +174,6 @@ ifdef MOZ_ENABLE_GTK
18     EXTRA_DSO_LDOPTS += \
19     $(LIBS_DIR) \
20     -lgkgfx \
21     - -lgfxshared_s \
22     $(GFX_XINERAMA_LIBS) \
23     -lgtksuperwin \
24     $(MOZ_COMPONENT_LIBS) \
25     @@ -193,7 +194,6 @@ ifdef MOZ_ENABLE_GTK2
26     EXTRA_DSO_LDOPTS += \
27     $(LIBS_DIR) \
28     -lgkgfx \
29     - -lgfxshared_s \
30     $(GFX_XINERAMA_LIBS) \
31     $(MOZ_JS_LIBS) \
32     $(MOZ_UNICHARUTIL_LIBS) \