]> git.pld-linux.org Git - packages/firefox.git/blame - mozilla-firefox-nspr.patch
- fixed categories
[packages/firefox.git] / mozilla-firefox-nspr.patch
CommitLineData
23058737
JB
1--- mozilla/gfx/src/gtk/Makefile.in.orig Mon Nov 10 13:24:51 2003
2+++ mozilla/gfx/src/gtk/Makefile.in Tue May 11 11:25:31 2004
3@@ -143,11 +143,12 @@
4
5 ifdef MOZ_ENABLE_GTK
6 EXTRA_DSO_LDOPTS += \
7- $(LIBS_DIR) \
8+ -L$(DIST)/lib \
9 -lgkgfx \
10 -lgfxshared_s \
11- $(GFX_XINERAMA_LIBS) \
12 -lgtksuperwin \
13+ $(GFX_XINERAMA_LIBS) \
14+ $(LIBS_DIR) \
15 $(MOZ_COMPONENT_LIBS) \
16 $(MOZ_JS_LIBS) \
17 $(MOZ_UNICHARUTIL_LIBS) \
18@@ -163,10 +164,12 @@
19 endif
20
21 ifdef MOZ_ENABLE_GTK2
22-EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \
23+EXTRA_DSO_LDOPTS += \
24+ -L$(DIST)/lib \
25 -lgkgfx \
26 -lgfxshared_s \
27 $(GFX_XINERAMA_LIBS) \
28+ $(MOZ_COMPONENT_LIBS) \
29 $(MOZ_JS_LIBS) \
30 $(MOZ_UNICHARUTIL_LIBS) \
31 $(NULL)
This page took 0.031951 seconds and 4 git commands to generate.