svn commit: r493811 - head/cad/freecad

Christoph Moench-Tegeder cmt at FreeBSD.org
Sun Feb 24 20:34:01 UTC 2019


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


More information about the svn-ports-head mailing list