Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 20:27:15 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289384 - head/lib
Message-ID:  <201510152027.t9FKRFgT031177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Oct 15 20:27:15 2015
New Revision: 289384
URL: https://svnweb.freebsd.org/changeset/base/289384

Log:
  Let the SUBDIR_DEPEND*c++ variables actually work rather than being parsed
  as a +=.  These were safe due to a .WAIT very early on.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Thu Oct 15 19:57:13 2015	(r289383)
+++ head/lib/Makefile	Thu Oct 15 20:27:15 2015	(r289384)
@@ -129,7 +129,7 @@ SUBDIR_DEPEND_libarchive= libz libbz2 li
 SUBDIR_DEPEND_libatm= libmd
 SUBDIR_DEPEND_libauditdm= libbsm
 SUBDIR_DEPEND_libbsnmp= ${_libnetgraph}
-SUBDIR_DEPEND_libc++= libcxxrt
+SUBDIR_DEPEND_libc++:= libcxxrt
 SUBDIR_DEPEND_libc= libcompiler_rt
 SUBDIR_DEPEND_libcam= libsbuf
 SUBDIR_DEPEND_libcapsicum= libnv
@@ -148,7 +148,7 @@ SUBDIR_DEPEND_libpjdlog= libutil
 SUBDIR_DEPEND_libprocstat= libkvm libutil
 SUBDIR_DEPEND_libradius= libmd
 SUBDIR_DEPEND_libsmb= libkiconv
-SUBDIR_DEPEND_libstdc++= msun
+SUBDIR_DEPEND_libstdc++:= msun
 SUBDIR_DEPEND_libtacplus= libmd
 SUBDIR_DEPEND_libulog= libmd
 SUBDIR_DEPEND_libunbound= ${_libldns}



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