pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mold mold: needs pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8b5c2205955
branches:  trunk
changeset: 378810:d8b5c2205955
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu May 05 21:11:55 2022 +0000

description:
mold: needs pkg-config.

diffstat:

 devel/mold/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 368184ddb80a -r d8b5c2205955 devel/mold/Makefile
--- a/devel/mold/Makefile       Thu May 05 21:07:30 2022 +0000
+++ b/devel/mold/Makefile       Thu May 05 21:11:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/04/29 06:45:45 fcambus Exp $
+# $NetBSD: Makefile,v 1.13 2022/05/05 21:11:55 fcambus Exp $
 
 DISTNAME=      mold-1.2.1
 CATEGORIES=    devel
@@ -10,7 +10,7 @@
 COMMENT=       High performance drop-in replacement for existing Unix linkers
 LICENSE=       gnu-agpl-v3
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES= c c++20
 
 MAKE_FLAGS+=   CFLAGS="${CFLAGS}"



Home | Main Index | Thread Index | Old Index