Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 23:31:15 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525984 - head/devel/llvm10
Message-ID:  <202002122331.01CNVFPo031151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Feb 12 23:31:15 2020
New Revision: 525984
URL: https://svnweb.freebsd.org/changeset/ports/525984

Log:
  Replace /usr/local with ${LOCALBASE}
  
  Reported by:	jbeich

Modified:
  head/devel/llvm10/Makefile

Modified: head/devel/llvm10/Makefile
==============================================================================
--- head/devel/llvm10/Makefile	Wed Feb 12 22:59:03 2020	(r525983)
+++ head/devel/llvm10/Makefile	Wed Feb 12 23:31:15 2020	(r525984)
@@ -129,8 +129,8 @@ LLD_LINK_DESC=		Link ld.lld as ld to clang uses it
 LLD_LINK_IMPLIES=	LLD
 LLDB_BUILD_DEPENDS=	swig3.0:devel/swig30 \
 			${PY_ENUM34}
-LLDB_CMAKE_ON=		-DLUA_INCLUDE_DIR=/usr/local/include/lua${LUA_VER_STR} \
-			-DLUA_LIBRARY=/usr/local/lib/liblua-${LUA_VER}.so
+LLDB_CMAKE_ON=		-DLUA_INCLUDE_DIR=${LOCALBASE}/include/lua${LUA_VER_STR} \
+			-DLUA_LIBRARY=${LOCALBASE}/lib/liblua-${LUA_VER}.so
 LLDB_DESC=		Install lldb, the LLVM debugger
 LLDB_DISTFILES=		lldb-${DISTVERSION}.src${EXTRACT_SUFX}
 LLDB_EXTRA_PATCHES=	${PATCHDIR}/lldb



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