diff options
author | adamw <adamw@FreeBSD.org> | 2014-12-07 03:40:19 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-12-07 03:40:19 +0800 |
commit | 59b8dffd13298774789f584335576fa7fef28653 (patch) | |
tree | bd791147520e4627bab3997911c538c3a74d3b23 /archivers | |
parent | a65102afc6a79544d9df9ee60cb43be691dd0974 (diff) | |
download | freebsd-ports-gnome-59b8dffd13298774789f584335576fa7fef28653.tar.gz freebsd-ports-gnome-59b8dffd13298774789f584335576fa7fef28653.tar.zst freebsd-ports-gnome-59b8dffd13298774789f584335576fa7fef28653.zip |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblz4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |