svn commit: r270116 - head/lib/atf/libatf-c++

Garrett Cooper ngie at FreeBSD.org
Sun Aug 17 23:30:45 UTC 2014


Author: ngie
Date: Sun Aug 17 23:30:45 2014
New Revision: 270116
URL: http://svnweb.freebsd.org/changeset/base/270116

Log:
  Fix typo in lib/atf/libatfc++/Makefile
  
  LIBATFC should be LIBATF_C; this was missed in the initial import
  (r241823)
  
  PR: 192731
  MFC after: 3 days
  Phabric: D619
  Approved by: rpaulo (mentor)

Modified:
  head/lib/atf/libatf-c++/Makefile

Modified: head/lib/atf/libatf-c++/Makefile
==============================================================================
--- head/lib/atf/libatf-c++/Makefile	Sun Aug 17 20:06:47 2014	(r270115)
+++ head/lib/atf/libatf-c++/Makefile	Sun Aug 17 23:30:45 2014	(r270116)
@@ -33,7 +33,7 @@ PRIVATELIB=	true
 SHLIB_MAJOR=	1
 
 # libatf-c++ depends on the C version of the ATF library to build.
-DPADD=		${LIBATFC}
+DPADD=		${LIBATF_C}
 LDADD=		-latf-c
 
 LDFLAGS+=	-L${.OBJDIR}/../libatf-c


More information about the svn-src-all mailing list