diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-21 21:57:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-21 21:57:07 +0000 |
commit | 42135de9d2bdf2e865c840c2fb8fdd137b0272c5 (patch) | |
tree | eacfa883ce953d31de022ed2da1bc8c774d07a1f | |
parent | Minor patch to fix the default data directory used on startup. (diff) |
www/firefox-esr: drop unnecessary WAYLAND build fix since r482310
$ make patch
===> Applying FreeBSD patches for firefox-esr-60.3.0,1
No such line 323 in input file, ignoring
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to widget/xremoteclient/DBusRemoteClient.cpp.rej
=> FreeBSD patch patch-bug1474265 failed to apply cleanly.
PR: 1474265
Reported by: pkg-fallout
-rw-r--r-- | www/firefox-esr/files/patch-bug1474265 | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/www/firefox-esr/files/patch-bug1474265 b/www/firefox-esr/files/patch-bug1474265 deleted file mode 100644 index 6b51d9320131..000000000000 --- a/www/firefox-esr/files/patch-bug1474265 +++ /dev/null @@ -1,28 +0,0 @@ -commit 1e7aec82f43d -Author: Martin Stransky <stransky@redhat.com> -Date: Mon Jul 9 13:18:59 2018 +0200 - - Bug 1474265 - Add missing semicolon at DBusRemoteClient.cpp. r=jhorak, a=jcristau - - MozReview-Commit-ID: HIz4gZOzfOE - - --HG-- - extra : source : f1f6e434d3a86d729a39aabf00e8c057c794bed5 - extra : intermediate-source : f27de60fff477d7b61b5509fc2c9c9c098f5b953 ---- - widget/xremoteclient/DBusRemoteClient.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git widget/xremoteclient/DBusRemoteClient.cpp widget/xremoteclient/DBusRemoteClient.cpp -index 1919ad027a14..6b242f075913 100644 ---- widget/xremoteclient/DBusRemoteClient.cpp -+++ widget/xremoteclient/DBusRemoteClient.cpp -@@ -142,7 +142,7 @@ DBusRemoteClient::GetRemoteDestinationName(const char *aProgram, - (bool (*)(const char *, DBusError *)) - dlsym(RTLD_DEFAULT, "dbus_validate_bus_name"); - if (!sDBusValidateBusName) { -- return false -+ return false; - } - - if (!sDBusValidateBusName(aDestinationName.get(), nullptr)) { |