svn commit: r374141 - head/archivers/liblz4

Adam Weinberger adamw at FreeBSD.org
Sat Dec 6 19:40:20 UTC 2014


Author: adamw
Date: Sat Dec  6 19:40:19 2014
New Revision: 374141
URL: https://svnweb.freebsd.org/changeset/ports/374141
QAT: https://qat.redports.org/buildarchive/r374141/

Log:
  I was never able to replicate this, but a number of people have reported that
  liblz4 fails to build on amd64, and they all agree that this patch fixes it.
  
  PR:		194609
  Submitted by:	Roland Smith

Modified:
  head/archivers/liblz4/Makefile

Modified: head/archivers/liblz4/Makefile
==============================================================================
--- head/archivers/liblz4/Makefile	Sat Dec  6 19:33:12 2014	(r374140)
+++ head/archivers/liblz4/Makefile	Sat Dec  6 19:40:19 2014	(r374141)
@@ -23,7 +23,7 @@ CONFLICTS=	lz4-*
 USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
-ALL_TARGET=	all liblz4 liblz4.pc
+ALL_TARGET=	default liblz4.pc
 SO_VER=		1.3.1
 
 post-patch:


More information about the svn-ports-head mailing list