From 4d9386d95c6a2ae15c6605b8ed87e1a285ab3cc3 Mon Sep 17 00:00:00 2001 From: landry Date: Sun, 19 Jun 2011 21:26:22 +0000 Subject: [PATCH] A patch reordering sonames to pass to PR_LoadLibrary() makes no sense when we know one will match in our case anyway. Remove. --- ...f_system-pref_src_gconf_nsSystemPrefService_cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 www/mozilla-firefox/patches/patch-extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp diff --git a/www/mozilla-firefox/patches/patch-extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp b/www/mozilla-firefox/patches/patch-extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp deleted file mode 100644 index c2911f612eb..00000000000 --- a/www/mozilla-firefox/patches/patch-extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD: patch-extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp,v 1.1 2010/04/26 19:55:58 landry Exp $ ---- extensions/pref/system-pref/src/gconf/nsSystemPrefService.cpp.orig Wed Jan 6 05:35:15 2010 -+++ extensions/pref/system-pref/src/gconf/nsSystemPrefService.cpp Sun Jan 10 17:47:26 2010 -@@ -544,8 +544,8 @@ struct PrefNamePair { - - const char - GConfProxy::sPrefGConfKey[] = "accessibility.unix.gconf2.shared-library"; --const char GConfProxy::sDefaultLibName1[] = "libgconf-2.so.4"; --const char GConfProxy::sDefaultLibName2[] = "libgconf-2.so"; -+const char GConfProxy::sDefaultLibName1[] = "libgconf-2.so"; -+const char GConfProxy::sDefaultLibName2[] = "libgconf-2.so.4"; - - #define GCONF_FUNCS_POINTER_BEGIN \ - static GConfFuncListType sGConfFuncList[] = {