svn commit: r291618 - head/lib/libarchive

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 1 22:05:00 UTC 2015


Author: bdrewery
Date: Tue Dec  1 22:04:59 2015
New Revision: 291618
URL: https://svnweb.freebsd.org/changeset/base/291618

Log:
  Don't override LIB*DIR variables from src.libnames.mk.
  
  MFC after:	1 week
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libarchive/Makefile

Modified: head/lib/libarchive/Makefile
==============================================================================
--- head/lib/libarchive/Makefile	Tue Dec  1 22:03:40 2015	(r291617)
+++ head/lib/libarchive/Makefile	Tue Dec  1 22:04:59 2015	(r291618)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 .include <src.opts.mk>
 
-LIBARCHIVEDIR=	${.CURDIR}/../../contrib/libarchive
+_LIBARCHIVEDIR=	${.CURDIR}/../../contrib/libarchive
 
 LIB=	archive
 
@@ -37,7 +37,7 @@ CFLAGS+=	-DPPMD_32BIT
 .endif
 NO_WCAST_ALIGN.clang=
 
-.PATH: ${LIBARCHIVEDIR}/libarchive
+.PATH: ${_LIBARCHIVEDIR}/libarchive
 
 # Headers to be installed in /usr/include
 INCS=	archive.h archive_entry.h


More information about the svn-src-head mailing list