pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Cmake cannot see dependencies within a Pkgsrc recipe
On Sat, 26 Nov 2016 22:53:57 +0000
Daniel Ölschlegel <darktrym%live.de@localhost> wrote:
> Hello all
>
> I'm working on a package for the Seafile client.
>
> Now I'm complete stuck because Cmake cannot find the dependencies to
> probably all libraries which were defined in the Makefile, it starts
> with sqlite3 cannot find.
>
> I know the recipes for FreeBSD and OpenBSD port system so there must
> be a solution without patching the build scripts.
>
> My progress you can see in the wip branch. I hope someone is smarter
> than me or give me a hint why the dependencies aren't seen.
>
>
>
> Best regards,
>
> D.
I looked at the file and the line:
.include "../../mk/bsd.pkg.mk"
must be the last line after the other .mk inclusions.
I tried it with this change and then it complains about qt5 lingust
missing.
Regards,
Niclas Rosenvik
Home |
Main Index |
Thread Index |
Old Index