Date: Sun, 24 Feb 2019 20:34:01 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493811 - head/cad/freecad Message-ID: <201902242034.x1OKY1DH025836@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Sun Feb 24 20:34:00 2019 New Revision: 493811 URL: https://svnweb.freebsd.org/changeset/ports/493811 Log: add localbase:ldflags to USES this may help with cmake picking up libs which the linker can't find without extra pointing (such things have been reported by users building in non-standard (not poudriere) environments) Modified: head/cad/freecad/Makefile Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Sun Feb 24 20:32:19 2019 (r493810) +++ head/cad/freecad/Makefile Sun Feb 24 20:34:00 2019 (r493811) @@ -32,7 +32,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ RUN_DEPENDS= pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR} USES= dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \ - python:2.7 localbase qt:5 + localbase:ldflags python:2.7 localbase qt:5 USE_GITHUB= yes USE_XORG= ice sm x11 xext xt USE_GL= gl glu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902242034.x1OKY1DH025836>