[Bug 232512] www/firefox-esr-60.3.0,1 build fails phase patch
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 21 20:32:58 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232512
w.schwarzenfeld at utanet.at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |w.schwarzenfeld at utanet.at
--- Comment #1 from w.schwarzenfeld at utanet.at ---
Seems the patch patch-bug1474265 ist forgotten to remove.
patch:
@ -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;
source-code:
141 static auto sDBusValidateBusName =
142 (bool (*)(const char *, DBusError *))
143 dlsym(RTLD_DEFAULT, "dbus_validate_bus_name");
144 if (!sDBusValidateBusName) {
145 return false;
It is already in the unpatched source-code file.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list