svn commit: r399925 - head/devel/llvm37

Brooks Davis brooks at FreeBSD.org
Wed Oct 21 16:36:08 UTC 2015


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 at 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


More information about the svn-ports-all mailing list