svn commit: r419495 - head/cad/qcad

Mathieu Arnold mat at FreeBSD.org
Wed Aug 3 09:39:31 UTC 2016


+--On 2 août 2016 22:38:00 +0000 Michael Reifenberger <mr at FreeBSD.org>
wrote:
| Author: mr
| Date: Tue Aug  2 22:38:00 2016
| New Revision: 419495
| URL: https://svnweb.freebsd.org/changeset/ports/419495
| 
| Log:
|   Try to fix shared library links.

| -	${LN} -sf lib/${lib}.0 ${STAGEDIR}${PREFIX}/lib/${lib}
| +	${LN} -sf ../lib/${lib}.0 ${STAGEDIR}${PREFIX}/lib/${lib}

I believe the correct version would be:

        ${LN} -sf ${lib}.0 ${STAGEDIR}${PREFIX}/lib/${lib}

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160803/4bfb22ec/attachment.sig>


More information about the svn-ports-all mailing list