Fix build of archivers/unarr on sparc64 by specifying COMPILER
as "base-clang ports-gcc". ok sthen
This commit is contained in:
parent
3120129909
commit
c14fd080ac
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2021/07/26 04:07:03 rsadowski Exp $
|
# $OpenBSD: Makefile,v 1.2 2021/07/29 22:13:18 kmos Exp $
|
||||||
|
|
||||||
COMMENT = decompression library for rar, tar, zip and 7z archives
|
COMMENT = decompression library for rar, tar, zip and 7z archives
|
||||||
|
|
||||||
@ -16,6 +16,9 @@ MAINTAINER = Omar Polo <op@omarpolo.com>
|
|||||||
# LGPLv3
|
# LGPLv3
|
||||||
PERMIT_PACKAGE = Yes
|
PERMIT_PACKAGE = Yes
|
||||||
|
|
||||||
|
COMPILER = base-clang ports-gcc
|
||||||
|
COMPILER_LANGS = c
|
||||||
|
|
||||||
WANTLIB += bz2 lzma z
|
WANTLIB += bz2 lzma z
|
||||||
|
|
||||||
MASTER_SITES = ${HOMEPAGE:=releases/download/v${V}/}
|
MASTER_SITES = ${HOMEPAGE:=releases/download/v${V}/}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user