From 0f0b0db5c0a418360fff95853a90019654df8829 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 25 Sep 2007 19:53:15 +0000 Subject: Killing some more dead patches --- firefox-1.0-locales-no-searchplugins.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 firefox-1.0-locales-no-searchplugins.patch (limited to 'firefox-1.0-locales-no-searchplugins.patch') diff --git a/firefox-1.0-locales-no-searchplugins.patch b/firefox-1.0-locales-no-searchplugins.patch deleted file mode 100644 index 0cf6bfa..0000000 --- a/firefox-1.0-locales-no-searchplugins.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: browser/locales/Makefile.in -=================================================================== -RCS file: /cvsroot/mozilla/browser/locales/Makefile.in,v -retrieving revision 1.1.2.24 -diff -d -u -p -r1.1.2.24 Makefile.in ---- browser/locales/Makefile.in 22 Oct 2004 16:47:44 -0000 1.1.2.24 -+++ browser/locales/Makefile.in 24 May 2005 17:37:59 -0000 -@@ -97,6 +97,7 @@ install:: $(addprefix $(AB_CD)/profile/, - install:: $(addprefix $(AB_CD)/profile/chrome/,$(PROFILE_CHROME)) - $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/profile/chrome - -+ifeq ($(AB_CD),en-US) - SEARCH_PLUGINS = $(shell cat $(srcdir)/$(AB_CD)/searchplugins/list.txt) - SEARCH_PLUGIN_PREFIX = $(addprefix $(srcdir)/$(AB_CD)/searchplugins/,$(SEARCH_PLUGINS)) - -@@ -105,6 +106,7 @@ libs realchrome:: $(addsuffix .src,$(SEA - - install:: $(addsuffix .src,$(SEARCH_PLUGIN_PREFIX)) $(foreach base,$(SEARCH_PLUGIN_PREFIX),$(wildcard $(base).gif)$(wildcard $(base).png)) - $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/searchplugins -+endif - - # Let's imagine we wanted to create a language JARfile without registering it - # the following targets only work with JARed chrome: flat chrome is not supported -- cgit