svn commit: r382192 - head/archivers/liblz4

Adam Weinberger adamw at FreeBSD.org
Wed Mar 25 00:11:50 UTC 2015


Author: adamw
Date: Wed Mar 25 00:11:49 2015
New Revision: 382192
URL: https://svnweb.freebsd.org/changeset/ports/382192
QAT: https://qat.redports.org/buildarchive/r382192/

Log:
  Re-add back ALL_TARGET=default. For reasons that I still don't understand,
  it breaks the build for some people.
  
  This time, add a comment so I don't try to remove it again in the future.

Modified:
  head/archivers/liblz4/Makefile

Modified: head/archivers/liblz4/Makefile
==============================================================================
--- head/archivers/liblz4/Makefile	Wed Mar 25 00:04:19 2015	(r382191)
+++ head/archivers/liblz4/Makefile	Wed Mar 25 00:11:49 2015	(r382192)
@@ -22,6 +22,7 @@ CONFLICTS=	lz4-*
 USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
+ALL_TARGET=	default		# don't remove this
 SO_VER=		1.5.0
 PLIST_SUB+=	SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
 


More information about the svn-ports-head mailing list