svn commit: r270651 - head/share/mk

Garrett Cooper ngie at FreeBSD.org
Tue Aug 26 09:12:42 UTC 2014


Author: ngie
Date: Tue Aug 26 09:12:41 2014
New Revision: 270651
URL: http://svnweb.freebsd.org/changeset/base/270651

Log:
  Introduce missing definition for LIBTERMCAPW
  
  Some Makefiles expect this value to exist
  
  Approved by: rpaulo (mentor)
  MFC after: 5 days
  Phabric: D675 (as part of a larger diff)
  PR: 192762

Modified:
  head/share/mk/bsd.libnames.mk

Modified: head/share/mk/bsd.libnames.mk
==============================================================================
--- head/share/mk/bsd.libnames.mk	Tue Aug 26 09:10:28 2014	(r270650)
+++ head/share/mk/bsd.libnames.mk	Tue Aug 26 09:12:41 2014	(r270651)
@@ -137,6 +137,7 @@ LIBSTAND?=	${DESTDIR}${LIBDIR}/libstand.
 LIBSTDCPLUSPLUS?= ${DESTDIR}${LIBDIR}/libstdc++.a
 LIBTACPLUS?=	${DESTDIR}${LIBDIR}/libtacplus.a
 LIBTERMCAP?=	${DESTDIR}${LIBDIR}/libtermcap.a
+LIBTERMCAPW?=	${DESTDIR}${LIBDIR}/libtermcapw.a
 LIBTERMLIB?=	"don't use LIBTERMLIB, use LIBTERMCAP"
 LIBTINFO?=	"don't use LIBTINFO, use LIBNCURSES"
 LIBUFS?=	${DESTDIR}${LIBDIR}/libufs.a


More information about the svn-src-all mailing list