]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- fix for build --with-system-nspr
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 May 2004 13:04:20 +0000 (13:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox-nspr.patch -> 1.1

mozilla-firefox-nspr.patch [new file with mode: 0644]

diff --git a/mozilla-firefox-nspr.patch b/mozilla-firefox-nspr.patch
new file mode 100644 (file)
index 0000000..d96eb49
--- /dev/null
@@ -0,0 +1,31 @@
+--- mozilla/gfx/src/gtk/Makefile.in.orig       Mon Nov 10 13:24:51 2003
++++ mozilla/gfx/src/gtk/Makefile.in    Tue May 11 11:25:31 2004
+@@ -143,11 +143,12 @@
+ ifdef MOZ_ENABLE_GTK
+ EXTRA_DSO_LDOPTS += \
+-              $(LIBS_DIR) \
++              -L$(DIST)/lib \
+               -lgkgfx \
+               -lgfxshared_s \
+-              $(GFX_XINERAMA_LIBS) \
+               -lgtksuperwin \
++              $(GFX_XINERAMA_LIBS) \
++              $(LIBS_DIR) \
+               $(MOZ_COMPONENT_LIBS) \
+               $(MOZ_JS_LIBS) \
+               $(MOZ_UNICHARUTIL_LIBS) \
+@@ -163,10 +164,12 @@
+ endif
+ ifdef MOZ_ENABLE_GTK2
+-EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \
++EXTRA_DSO_LDOPTS += \
++              -L$(DIST)/lib \
+               -lgkgfx \
+               -lgfxshared_s \
+               $(GFX_XINERAMA_LIBS) \
++              $(MOZ_COMPONENT_LIBS) \
+               $(MOZ_JS_LIBS) \
+               $(MOZ_UNICHARUTIL_LIBS) \
+               $(NULL)
This page took 0.801998 seconds and 4 git commands to generate.