Date: Mon, 08 Mar 2021 04:35:06 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 254122] [PATCH] editors/libreoffice: fix build after box2d 2.4.1 update Message-ID: <bug-254122-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254122 Bug ID: 254122 Summary: [PATCH] editors/libreoffice: fix build after box2d 2.4.1 update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: jonc@chen.org.nz Flags: maintainer-feedback?(office@FreeBSD.org) Assignee: office@FreeBSD.org Created attachment 223083 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223083&action= =3Dedit fix build after boxd-2.4.1 update editors/libreoffice is currently failing to build with: =3D=3D=3D> libreoffice-7.1.0.3_2 depends on shared library: libboost_date_time.so - found (/usr/local/lib/libboost_date_time.so) =3D=3D=3D> Returning to build of libreoffice-7.1.0.3_2 =3D=3D=3D> libreoffice-7.1.0.3_2 depends on shared library: libBox2D.so -= not found =3D=3D=3D> Installing existing package /packages/All/Box2D-2.4.1.txz Installing Box2D-2.4.1... Extracting Box2D-2.4.1: .......... done =3D=3D=3D> libreoffice-7.1.0.3_2 depends on shared library: libBox2D.so -= not found *** Error code 1 Stop. make: stopped in /xports/editors/libreoffice A quick look at Box2D reveals that with the update to 2.4.1, the shared library name has been renamed to libbox2d.so (all in lower case): Attached is a patch that fixes the build. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254122-25061>