pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49826 pkgsrc-2015Q1 misc/libreoffice4 build fails on NetBSD 6.1.5
The following reply was made to PR pkg/49826; it has been noted by GNATS.
From: Havard Eidnes <he%uninett.no@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/49826 pkgsrc-2015Q1 misc/libreoffice4 build fails on
NetBSD 6.1.5
Date: Thu, 06 Aug 2015 13:40:14 +0200 (CEST)
Hi,
what does work is that it's possible to make the pkgsrc-2014Q4
libreoffice4 package build on an otherwise pkgsrc-2015Q2
installation on 6.1.5. I only had to tweak libreoffice4 to
accept libcmis-5.0 instead of libcmis-4.0 by adding this patch to
configure.ac:
- libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.4 >= 0.4.0])
+ libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.5 >= 0.5.0])
(I also tweaked configure because the build had already started,
so I've not double-checked that configure will be re-built.)
Regards,
- Havard
Home |
Main Index |
Thread Index |
Old Index