Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 16:36:07 +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: r399925 - head/devel/llvm37
Message-ID:  <201510211636.t9LGa705029405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Oct 21 16:36:06 2015
New Revision: 399925
URL: https://svnweb.freebsd.org/changeset/ports/399925

Log:
  Fix building LLD without LLDB by applying LLDB patches in the right case.
  
  PR:		203890
  Submitted by:	Laurence 'GreenReaper' Parry <greenreaper@hotmail.com>

Modified:
  head/devel/llvm37/Makefile

Modified: head/devel/llvm37/Makefile
==============================================================================
--- head/devel/llvm37/Makefile	Wed Oct 21 16:34:23 2015	(r399924)
+++ head/devel/llvm37/Makefile	Wed Oct 21 16:36:06 2015	(r399925)
@@ -244,7 +244,7 @@ LLDB_BUILD_DEPENDS+= \
 # Evil hack around gcc48 not providing a usable c++11 environment on 9.x
 PLIST_SUB:=	${PLIST_SUB:NLLDB=*} LLDB="@comment "
 .else
-.if ${PORT_OPTIONS:MLLD}
+.if ${PORT_OPTIONS:MLLDB}
 EXTRA_PATCHES+= \
 	${PATCHDIR}/lldb-patch-svn-247116 \
 	${PATCHDIR}/lldb-patch-svn-249467



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