[Bug 226659] Error Building LibreOoffice 5.3.7.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 16 15:57:10 UTC 2018


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

Justin Hibbits <jhibbits at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhibbits at FreeBSD.org

--- Comment #1 from Justin Hibbits <jhibbits at FreeBSD.org> ---
Hi Curtis,

I was able to build with your patch from bug 200020 plus the following patch to
the port Makefile just the other day:

Index: /usr/local/poudriere/ports/default/editors/libreoffice/Makefile
===================================================================
--- /usr/local/poudriere/ports/default/editors/libreoffice/Makefile    
(revision 463728)
+++ /usr/local/poudriere/ports/default/editors/libreoffice/Makefile    
(working copy)
@@ -298,6 +295,9 @@
 post-patch:
        ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
            ${WRKSRC}/shell/source/unix/exec/shellexec.cxx
+.if ${COMPILER_FEATURES:Mlibstdc++}
+       ${REINPLACE_CMD} -e 's/gb_CC/gb_CXX/'
${WRKSRC}/solenv/gbuild/platform/unxgcc.mk
+.endif

 pre-configure:
        @${TOUCH} ${WRKSRC}/autogen.lastrun

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list