c5e30eec1c
The pkgconfig files for brotli had a direct -R missing -Wl, this breaks the linking step when used. Remove them and use PKGCONFIG_OVERRIDE instead.
20 lines
547 B
Makefile
20 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/03/21 19:24:24 nros Exp $
|
|
|
|
DISTNAME= brotli-1.0.9
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/google/brotli
|
|
COMMENT= Generic-purpose lossless compression algorithm
|
|
LICENSE= mit
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= scripts/libbrotlicommon.pc.in
|
|
PKGCONFIG_OVERRIDE+= scripts/libbrotlidec.pc.in
|
|
PKGCONFIG_OVERRIDE+= scripts/libbrotlienc.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|