Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2018 15:57:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-powerpc@FreeBSD.org
Subject:   [Bug 226659] Error Building LibreOoffice 5.3.7.2
Message-ID:  <bug-226659-25139-BcA44QAt5M@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226659-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226659-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226659

Justin Hibbits <jhibbits@FreeBSD.org> changed:

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

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

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

Index: /usr/local/poudriere/ports/default/editors/libreoffice/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- /usr/local/poudriere/ports/default/editors/libreoffice/Makefile=20=20=
=20=20
(revision 463728)
+++ /usr/local/poudriere/ports/default/editors/libreoffice/Makefile=20=20=
=20=20
(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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226659-25139-BcA44QAt5M>