https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219963

Jung-uk Kim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #18 from Jung-uk Kim <[email protected]> ---
FYI, the following patch fixed build for me.

Index: www/firefox/Makefile
===================================================================
--- www/firefox/Makefile        (revision 447560)
+++ www/firefox/Makefile        (working copy)
@@ -62,6 +62,8 @@ post-extract:
                <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop

 post-patch:
+       @${REINPLACE_CMD} -e 's|SQLITE_ENABLE_FTS3|SQLITE_ENABLE_FTS4|g' \
+               ${WRKSRC}/old-configure.in
        @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
                ${WRKSRC}/browser/app/nsBrowserApp.cpp

The same patch also works for www/firefox-esr.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to