cab0cacb6d
- see http://www.mozilla.org/en-US/thunderbird/17.0/releasenotes/ for details - tidy up WANTLIB/CONFIGURE_ARGS - enable the gio/libnotify interaction. If libnotify is found at runtime, a popup will show incoming messages notification. - install an icon in pixmaps/ for the desktop file, like in ffx - remove patch-mozilla_browser_app_profile_firefox_js, this is spar^Wthunderbird! - for the other patches removed/added, same comments as for ffx apply
17 lines
704 B
Plaintext
17 lines
704 B
Plaintext
$OpenBSD: patch-mozilla_toolkit_xre_nsXREDirProvider_cpp,v 1.14 2012/11/24 10:32:42 landry Exp $
|
|
--- mozilla/toolkit/xre/nsXREDirProvider.cpp.orig Thu Oct 11 01:37:27 2012
|
|
+++ mozilla/toolkit/xre/nsXREDirProvider.cpp Sat Oct 20 10:56:54 2012
|
|
@@ -1186,11 +1186,7 @@ nsXREDirProvider::GetSystemExtensionsDirectory(nsIFile
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
#elif defined(XP_UNIX)
|
|
static const char *const sysSExtDir =
|
|
-#ifdef HAVE_USR_LIB64_DIR
|
|
- "/usr/lib64/mozilla/extensions";
|
|
-#else
|
|
- "/usr/lib/mozilla/extensions";
|
|
-#endif
|
|
+ "${LOCALBASE}/lib/mozilla/extensions";
|
|
|
|
rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), false,
|
|
getter_AddRefs(localDir));
|