svn commit: r353466 - head/astro/cfitsio

Tijl Coosemans tijl at FreeBSD.org
Fri May 9 16:11:28 UTC 2014


On Fri, 9 May 2014 15:26:05 +0000 (UTC) Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Fri May  9 15:26:05 2014
> New Revision: 353466
> URL: http://svnweb.freebsd.org/changeset/ports/353466
> QAT: https://qat.redports.org/buildarchive/r353466/
> 
> Log:
>   - Pass -lz to libdata/pkgconfig/cfitsio.pc
>   - Bump PORTREVISION for package change
>   
>   PR:		ports/189487
>   Submitted by:	rakuco

Can you patch cfitsio.pc to move @LIBS@ to the Libs.private field?
Other ports run 'pkg-config --libs cfitsio' to know what libraries
to link to and the output of that includes -lz now.
"-L${LIBDIR}" can be removed I think.  All compilers should search
it by default.


More information about the svn-ports-all mailing list