From: hawk Date: Tue, 12 Oct 2004 10:30:39 +0000 (+0000) Subject: - not used anymore (at least, until newer nspr will be available in system) X-Git-Tag: auto/ac/mozilla-firefox-1_0-1~13 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffirefox.git;a=commitdiff_plain;h=75f7167dbfee15f0a5071e41008c94217e1d3fb7 - not used anymore (at least, until newer nspr will be available in system) Changed files: mozilla-firefox-nspr.patch -> 1.2 --- diff --git a/mozilla-firefox-nspr.patch b/mozilla-firefox-nspr.patch deleted file mode 100644 index d96eb49..0000000 --- a/mozilla-firefox-nspr.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- 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)