[Bug 254122] [PATCH] editors/libreoffice: fix build after box2d 2.4.1 update
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 8 04:35:07 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254122
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 at FreeBSD.org
Reporter: jonc at chen.org.nz
Flags: maintainer-feedback?(office at FreeBSD.org)
Assignee: office at FreeBSD.org
Created attachment 223083
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223083&action=edit
fix build after boxd-2.4.1 update
editors/libreoffice is currently failing to build with:
===> libreoffice-7.1.0.3_2 depends on shared library:
libboost_date_time.so - found (/usr/local/lib/libboost_date_time.so)
===> Returning to build of libreoffice-7.1.0.3_2
===> libreoffice-7.1.0.3_2 depends on shared library: libBox2D.so - not found
===> Installing existing package /packages/All/Box2D-2.4.1.txz
Installing Box2D-2.4.1...
Extracting Box2D-2.4.1: .......... done
===> 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list