From 34c9e1c939e335ae23bbae2fc3de674fa08dbc4a Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 6 Dec 2014 19:40:19 +0000 Subject: [PATCH] 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 --- archivers/liblz4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/liblz4/Makefile b/archivers/liblz4/Makefile index 44f0a647f51b..5ea9f0421115 100644 --- a/archivers/liblz4/Makefile +++ b/archivers/liblz4/Makefile @@ -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: