Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 17:18:45 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486771 - head/cad/gmsh
Message-ID:  <201812061718.wB6HIjsd048309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu Dec  6 17:18:45 2018
New Revision: 486771
URL: https://svnweb.freebsd.org/changeset/ports/486771

Log:
  cad/gmsh: Remove redundant USE_LDCONFIG=yes
  
  This should not have been added in r486753, because it is already present
  as SHARED_VARS=USE_LDCONFIG=yes, i.e., when the shared libraries knob is
  on.

Modified:
  head/cad/gmsh/Makefile   (contents, props changed)

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Thu Dec  6 17:11:14 2018	(r486770)
+++ head/cad/gmsh/Makefile	Thu Dec  6 17:18:45 2018	(r486771)
@@ -25,7 +25,6 @@ RUN_DEPENDS=	getdp:science/getdp
 USES=		blaslapack compiler:c++11-lang cmake fortran gl jpeg tar:tgz
 USE_GL=		gl glu
 USE_XORG=	x11 xcursor xext xinerama xfixes xft xrender
-USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DCMAKE_SKIP_RPATH:BOOL=YES
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812061718.wB6HIjsd048309>