[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 9 18:45:34 UTC 2014


SVN commit 10048 by rakuco:

cmake: Merge r347674 from ports.

------------------------------------------------------------------------
r347674 | rakuco | 2014-03-09 19:58:30 +0200 (Sun, 09 Mar 2014) | 15 lines

Make the port build with security/openssl installed after r347541.

Add a patch sent upstream that makes sure the bundled curl's include paths
are passed to the compiler before any other ones, since they could include
the system's curl include directory.

One way to trigger this was to build the port with security/openssl
installed: CMake would detect OpenSSL's include path (${LOCALBASE}/include)
and pass it to the compiler. If ftp/curl is also installed, the compiler
would end up picking its headers instead of the ones in cmcurl's own
directory.

Reported by:	Terry Kennedy <terry at tmk.com>
MFH:		2014Q1
------------------------------------------------------------------------



 M  +1 -1      Makefile  
 AM            files/patch-Utilities__cmcurl__CMakeLists.txt  




More information about the kde-freebsd mailing list