Revision: 140784 https://trac.macports.org/changeset/140784 Author: michaelld@macports.org Date: 2015-10-02 11:42:34 -0700 (Fri, 02 Oct 2015) Log Message: ----------- qca-ossl: explicitly set the OpenSSL include and library directories. Addresses ticket #49053 for 10.11 specifically & won't hurt other installs. Modified Paths: -------------- trunk/dports/devel/qca-ossl/Portfile Modified: trunk/dports/devel/qca-ossl/Portfile =================================================================== --- trunk/dports/devel/qca-ossl/Portfile 2015-10-02 18:36:59 UTC (rev 140783) +++ trunk/dports/devel/qca-ossl/Portfile 2015-10-02 18:42:34 UTC (rev 140784) @@ -45,7 +45,9 @@ # qca-ossl does not use --prefix configure.pre_args configure.args --verbose \ - --qtdir=${qt_dir} + --qtdir=${qt_dir} \ + --with-openssl-inc=${prefix}/include \ + --with-openssl-lib=${prefix}/lib # QCA's configure does not handle this flag, # but does not generate an error either.