Re: PATCH: security/gpgme: allow cmake to find .so files

2020-01-18 Thread Caspar Schutijser
Hi, On Sun, Feb 24, 2019 at 09:42:50PM +0100, Caspar Schutijser wrote: > [...] Here is a new attempt to explain why I am sending this patch. The patch below allows the libraries provided by this port to be found with cmake. This does not appear to be necessary for the ports tree (the ports that

PATCH: security/gpgme: allow cmake to find .so files

2019-02-24 Thread Caspar Schutijser
Hi ports@, Below is a patch that makes it possible to use the gpgme libraries with cmake when not using the ports infrastructure. I build-tested x11/kde4/pim (which uses cmake and depends on -main) and mail/trojita (which uses cmake and depends on -qt) to make sure I didn't break anything. Thanks