Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2014 19:40:19 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374141 - head/archivers/liblz4
Message-ID:  <201412061940.sB6JeJK3089288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412061940.sB6JeJK3089288>