svn commit: r289389 - head/lib

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 15 20:49:22 UTC 2015


Author: bdrewery
Date: Thu Oct 15 20:49:20 2015
New Revision: 289389
URL: https://svnweb.freebsd.org/changeset/base/289389

Log:
  libstdc++ also snook in incorrectly in r267511, despite not being a real
  subdir.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Thu Oct 15 20:46:34 2015	(r289388)
+++ head/lib/Makefile	Thu Oct 15 20:49:20 2015	(r289389)
@@ -147,7 +147,6 @@ SUBDIR_DEPEND_libpjdlog= libutil
 SUBDIR_DEPEND_libprocstat= libkvm libutil
 SUBDIR_DEPEND_libradius= libmd
 SUBDIR_DEPEND_libsmb= libkiconv
-SUBDIR_DEPEND_libstdc++:= msun
 SUBDIR_DEPEND_libtacplus= libmd
 SUBDIR_DEPEND_libulog= libmd
 SUBDIR_DEPEND_libunbound= ${_libldns}


More information about the svn-src-head mailing list